New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chai-exclude

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-exclude - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

2

chai-exclude.js

@@ -127,3 +127,3 @@ const fclone = require('fclone')

_super.apply(this, arguments)
return _super.apply(this, arguments)
}

@@ -130,0 +130,0 @@ }

/// <reference types="@types/chai" />
declare module 'chai-exclude' {
export default function chaiExclude(chai: any, utils: any): void;
export default function chaiExclude(chai: Chai.ChaiStatic, utils: Chai.ChaiUtils): void;
}

@@ -6,0 +6,0 @@

{
"name": "chai-exclude",
"version": "2.0.3",
"version": "2.1.0",
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",

@@ -35,7 +35,7 @@ "main": "chai-exclude.js",

"devDependencies": {
"@types/chai": "^4.1.2",
"chai": "^4.1.2",
"mocha": "^7.1.2",
"standard": "^14.3.1",
"tsd": "^0.13.1"
"@types/chai": "^4.2.22",
"chai": "^4.3.4",
"mocha": "^9.1.1",
"standard": "^16.0.3",
"tsd": "^0.17.0"
},

@@ -42,0 +42,0 @@ "dependencies": {

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