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

@parameter1/utils

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parameter1/utils - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

src/object-has-keys.js

4

package.json
{
"name": "@parameter1/utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "A common set of reusable application utilities.",

@@ -31,3 +31,3 @@ "author": "Jacob Bare <jacob@parameter1.com>",

},
"gitHead": "a4d3c8ca106ac535924e2949d03ab2aea1815752"
"gitHead": "8a33ff5b7880e1ce96df8d42cb8cbfc4c7839d90"
}

@@ -10,2 +10,3 @@ const asArray = require('./as-array');

const isObject = require('./is-object');
const objectHasKeys = require('./object-has-keys');
const set = require('./set');

@@ -24,4 +25,5 @@ const wait = require('./wait');

isObject,
objectHasKeys,
set,
wait,
};

@@ -17,2 +17,3 @@ const { describe, it } = require('mocha');

'isObject',
'objectHasKeys',
'set',

@@ -19,0 +20,0 @@ 'wait',

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