filing-cabinet
Advanced tools
Comparing version 1.13.1 to 1.14.0
{ | ||
"name": "filing-cabinet", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Find files based on partial paths", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "jscs index.js test/test.js && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js" | ||
"test": "jscs index.js test/test.js && ./node_modules/.bin/mocha --require babel-core/register test/test.js" | ||
}, | ||
@@ -39,19 +39,20 @@ "repository": { | ||
"devDependencies": { | ||
"babel": "~5.8.38", | ||
"jscs": "~2.11.0", | ||
"jscs-preset-mrjoelkemp": "~1.0.0", | ||
"mocha": "^4.1.0", | ||
"mock-fs": "^4.0.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-register": "^6.26.0", | ||
"jscs": "^3.0.7", | ||
"jscs-preset-mrjoelkemp": "^2.0.0", | ||
"mocha": "^5.0.0", | ||
"mock-fs": "^4.4.2", | ||
"rewire": "^3.0.2", | ||
"sinon": "^4.1.3" | ||
"sinon": "^4.1.6" | ||
}, | ||
"dependencies": { | ||
"app-module-path": "^1.1.0", | ||
"commander": "^2.8.1", | ||
"app-module-path": "^2.2.0", | ||
"commander": "^2.13.0", | ||
"debug": "^3.1.0", | ||
"enhanced-resolve": "~3.4.1", | ||
"is-relative-path": "^1.0.1", | ||
"enhanced-resolve": "^3.4.1", | ||
"is-relative-path": "^1.0.2", | ||
"module-definition": "^2.2.4", | ||
"module-lookup-amd": "^4.0.2", | ||
"resolve": "^1.1.7", | ||
"module-lookup-amd": "^5.0.1", | ||
"resolve": "^1.5.0", | ||
"resolve-dependency-path": "^1.0.2", | ||
@@ -58,0 +59,0 @@ "sass-lookup": "^1.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13268
8
+ Addedapp-module-path@2.2.0(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedfile-exists@2.0.0(transitive)
+ Addedfind@0.2.9(transitive)
+ Addedfs-extra@5.0.0(transitive)
+ Addedget-own-enumerable-property-symbols@3.0.2(transitive)
+ Addedis-obj@1.0.1(transitive)
+ Addedis-regexp@1.0.0(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedmodule-lookup-amd@5.0.2(transitive)
+ Addedrequirejs@2.3.7(transitive)
+ Addedrequirejs-config-file@3.0.0(transitive)
+ Addedstringify-object@3.3.0(transitive)
+ Addeduniversalify@0.1.2(transitive)
- Removedapp-module-path@1.1.0(transitive)
- Removedesprima@1.0.4(transitive)
- Removedfile-exists@1.0.0(transitive)
- Removedfind@0.2.6(transitive)
- Removedfs-extra@0.6.4(transitive)
- Removedjsonfile@1.0.1(transitive)
- Removedmkdirp@0.3.5(transitive)
- Removedmodule-lookup-amd@4.0.5(transitive)
- Removedncp@0.4.2(transitive)
- Removedrequirejs@2.2.0(transitive)
- Removedrequirejs-config-file@2.0.1(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedstringify-object@0.1.8(transitive)
Updatedapp-module-path@^2.2.0
Updatedcommander@^2.13.0
Updatedenhanced-resolve@^3.4.1
Updatedis-relative-path@^1.0.2
Updatedmodule-lookup-amd@^5.0.1
Updatedresolve@^1.5.0