Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shared-store

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-store - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

14

CHANGELOG.md

@@ -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 @@ -----

23

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc