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.2.1 to 0.2.2

6

index.js

@@ -45,8 +45,8 @@ /*!

options = cwd;
cwd = process.cwd();
cwd = null;
}
this.options = options || {};
this.cwd = this.options.cwd || cwd;
this.path = this.options.path || path.resolve(this.cwd, 'package.json');
cwd = this.options.cwd || cwd || process.cwd();
this.path = this.options.path || path.resolve(cwd, 'package.json');
var data;

@@ -53,0 +53,0 @@

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

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

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