Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
unique-filename@1.1.0
Browse files Browse the repository at this point in the history
Use `unique-slug@2.0.0`, which uses a murmur hash to generate its unique
slugs, allowing `unique-filename` to be used with a FIPS-compliant
Node.js binary.

Fixes: #10629
Credit: @iarna
Reviewed-By: @othiym23
  • Loading branch information
othiym23 committed Dec 3, 2015
1 parent dba1b24 commit f068b26
Show file tree
Hide file tree
Showing 9 changed files with 156 additions and 80 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions node_modules/unique-filename/node_modules/unique-slug/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions node_modules/unique-filename/node_modules/unique-slug/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 64 additions & 32 deletions node_modules/unique-filename/node_modules/unique-slug/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 60 additions & 32 deletions node_modules/unique-filename/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/unique-filename/test/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"text-table": "~0.2.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",
"unique-filename": "~1.0.0",
"unique-filename": "~1.1.0",
"unpipe": "~1.0.0",
"validate-npm-package-name": "~2.2.2",
"which": "~1.2.0",
Expand Down

0 comments on commit f068b26

Please sign in to comment.