scattered-store
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,6 @@ | ||
# 1.0.1 (2018-11-18) | ||
- Updated major versions of dependencies to make it work on node >= v10 | ||
# 1.0.0 (2017-04-01) | ||
- Dropped support for nodes v0.10 and v0.12 | ||
- Codebase rewritten to new code style |
{ | ||
"name": "scattered-store", | ||
"description": "Key-value store for large datasets", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Jakub Szwacz <jakub@szwacz.com>", | ||
@@ -14,10 +14,7 @@ "keywords": [ | ||
"dependencies": { | ||
"fs-jetpack": "^0.13.3", | ||
"q": "^1.5.0" | ||
"fs-jetpack": "^2.2.0", | ||
"q": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.12.0", | ||
"eslint-config-decent-code": "szwacz/eslint-config-decent-code", | ||
"jasmine": "^2.1.0", | ||
"lint-staged": "^3.3.1", | ||
"pre-commit": "^1.2.2", | ||
@@ -34,8 +31,4 @@ "release-assist": "^1.0.1", | ||
"licence": "MIT", | ||
"lint-staged": { | ||
"*.js": "eslint" | ||
}, | ||
"pre-commit": [ | ||
"test", | ||
"lint-staged" | ||
"test" | ||
], | ||
@@ -50,2 +43,2 @@ "scripts": { | ||
} | ||
} | ||
} |
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
4
37449
17
+ Addedfs-jetpack@2.4.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedfs-jetpack@0.13.3(transitive)
Updatedfs-jetpack@^2.2.0
Updatedq@^1.5.1