Socket
Socket
Sign inDemoInstall

object-hash-strict

Package Overview
Dependencies
2
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

1

lib/index.js

@@ -27,2 +27,3 @@ "use strict";

const validateObject = (obj, opts_ = {}) => {
assert(!('allowedUndefined' in opts_), 'Bad option "allowedUndefined" provided.');
const opts = {

@@ -29,0 +30,0 @@ allowUndefined: [],

2

package.json
{
"name": "object-hash-strict",
"version": "2.0.0",
"version": "2.0.1",
"description": "Wrapper around object-hash that restricts allowed values",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc