Socket
Socket
Sign inDemoInstall

chai

Package Overview
Dependencies
6
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

2

lib/chai.js

@@ -13,3 +13,3 @@ /*!

exports.version = '4.1.1';
exports.version = '4.1.2';

@@ -16,0 +16,0 @@ /*!

@@ -39,3 +39,3 @@ /*!

module.exports = function addProperty(ctx, name, getter) {
getter = getter === undefined ? new Function() : getter;
getter = getter === undefined ? function () {} : getter;

@@ -42,0 +42,0 @@ Object.defineProperty(ctx, name,

@@ -20,3 +20,3 @@ {

],
"version": "4.1.1",
"version": "4.1.2",
"repository": {

@@ -39,3 +39,3 @@ "type": "git",

"check-error": "^1.0.1",
"deep-eql": "^2.0.1",
"deep-eql": "^3.0.0",
"get-func-name": "^2.0.0",

@@ -42,0 +42,0 @@ "pathval": "^1.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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