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

pkg-store

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkg-store - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -15,3 +15,1 @@ /*!

};

9

package.json
{
"name": "pkg-store",
"description": "Use package.json as a config store.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/pkg-store",

@@ -23,5 +23,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"dependencies": {
"data-store": "^0.12.0"
"data-store": "^0.13.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.5",
"mocha": "*"

@@ -55,4 +56,6 @@ },

"gulp-format-md"
]
],
"layout": "default",
"toc": false
}
}

@@ -7,3 +7,3 @@ # pkg-store [![NPM version](https://img.shields.io/npm/v/pkg-store.svg)](https://www.npmjs.com/package/pkg-store) [![Build Status](https://img.shields.io/travis/jonschlinkert/pkg-store.svg)](https://travis-ci.org/jonschlinkert/pkg-store)

Install with [npm](https://www.npmjs.com/)
Install with [npm](https://www.npmjs.com/):

@@ -22,3 +22,3 @@ ```sh

All methods allow the optional use of dot-notation for property keys. See the [data-store][] documentation for all available methods.
All methods allow the optional use of dot-notation for property keys. See the [data-store](https://github.com/jonschlinkert/data-store) documentation for all available methods.

@@ -66,3 +66,3 @@ **.set/.get**

Most methods also emit an event. See [data-store][] for more details.
Most methods also emit an event. See [data-store](https://github.com/jonschlinkert/data-store) for more details.

@@ -109,3 +109,3 @@ ```js

Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
Copyright © 2016 [Jon Schlinkert](https://github.com/jonschlinkert)
Released under the MIT license.

@@ -115,2 +115,2 @@

_This file was generated by [verb](https://github.com/verbose/verb) on December 22, 2015._
_This file was generated by [verb](https://github.com/verbose/verb) on January 23, 2016._
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