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

data-store

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-store - npm Package Compare versions

Comparing version 0.15.3 to 0.15.4

2

package.json
{
"name": "data-store",
"description": "Easily get, set and persist config data.",
"version": "0.15.3",
"version": "0.15.4",
"homepage": "https://github.com/jonschlinkert/data-store",

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

@@ -42,3 +42,2 @@ 'use strict';

utils.validateName = function(store, name) {
store.keys = store.keys || (store.keys = utils.getKeys(store));
if (~store.keys.indexOf(name) || /\W/.test(name)) {

@@ -45,0 +44,0 @@ throw utils.formatConflictError(name);

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