Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "cloudkv", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A key-store based on Dropbox cloud storage", | ||
"main": "./src/kv.js", | ||
"main": "./lib/kv.js", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint ./src" | ||
"lint": "eslint ./src", | ||
"build": "babel src -d lib", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -29,2 +31,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.6.3", | ||
"eslint": "^6.8.0", | ||
@@ -37,3 +42,2 @@ "eslint-config-airbnb": "^9.0.1", | ||
"eslint-plugin-react": "^5.1.1", | ||
"@babel/preset-env": "^7.6.3", | ||
"jest": "^24.9.0" | ||
@@ -40,0 +44,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19217
17
585
2
11