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

assert-has-keys

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-has-keys - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js

@@ -14,3 +14,3 @@ 'use strict';

throw new AssertionError({
message: key + ' is missing'
message: key + ' property is missing'
});

@@ -17,0 +17,0 @@ }

{
"name": "assert-has-keys",
"version": "1.0.0",
"version": "1.1.0",
"description": "Assert that an object has specific properties",

@@ -29,10 +29,11 @@ "license": "MIT",

"test",
"AssertionError"
"AssertionError",
"tdd"
],
"dependencies": {
"arrify": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"arrify": "^1.0.0"
}
}
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