shared-store
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -0,1 +1,15 @@ | ||
### 2.0.0 | ||
#### Breaking Changes | ||
We are only testing against node v4 from now on. | ||
*See: [`e782cba`](https://github.com/groupon/shared-store/commit/e782cba29798d6bd5b1913d15e4b2b6b58ee53c4)* | ||
#### Commits | ||
* Switch from npub to nlm - **[@jkrems](https://github.com/jkrems)** [#25](https://github.com/groupon/shared-store/pull/25) | ||
- [`e782cba`](https://github.com/groupon/shared-store/commit/e782cba29798d6bd5b1913d15e4b2b6b58ee53c4) **chore:** Switch from npub to nlm | ||
1.1.0 | ||
@@ -2,0 +16,0 @@ ----- |
{ | ||
"name": "shared-store", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Keeping config data in sync", | ||
@@ -11,19 +11,18 @@ "main": "lib/shared-store.js", | ||
}, | ||
"files": [ | ||
"lib", | ||
"file.js", | ||
"http.js" | ||
], | ||
"bugs": "https://github.com/groupon/shared-store.git", | ||
"license": "BSD-2-Clause", | ||
"license": "BSD-3-Clause", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
"license": { | ||
"exclude": [ | ||
"lib", | ||
"test" | ||
] | ||
} | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
"build": "npub prep && coffeelint src test && coffee -cbo lib src", | ||
"build": "coffeelint src test && coffee -cbo lib src", | ||
"watch": "coffee -wcbo lib src & nodemon -w lib -w test -x mocha", | ||
"pretest": "rm -rf lib && npm run build", | ||
"test": "mocha", | ||
"posttest": "npub verify" | ||
"posttest": "nlm release" | ||
}, | ||
@@ -35,4 +34,4 @@ "devDependencies": { | ||
"mocha": "^2.1.0", | ||
"nlm": "^1.0.1", | ||
"nodemon": "^1.3.7", | ||
"npub": "^2.0.1", | ||
"rimraf": "^2.2.8", | ||
@@ -39,0 +38,0 @@ "tmp": "0.0.24" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
51752
16
1011
2