Socket
Socket
Sign inDemoInstall

immutable-class-tester

Package Overview
Dependencies
8
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.11 to 0.5.12

4

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -16,3 +17,4 @@ var hasOwnProp = require("has-own-prop");

'contextTransform',
'preserveUndefined'
'preserveUndefined',
'emptyArrayIsOk'
];

@@ -19,0 +21,0 @@ function testImmutableClass(ClassFn, objects, options) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -3,0 +4,0 @@ var index_1 = require("./index");

{
"name": "immutable-class-tester",
"version": "0.5.11",
"version": "0.5.12",
"description": "A helper for testing immutable classes",

@@ -30,11 +30,11 @@ "keywords": [

"dependencies": {
"chai": "4.0.2",
"chai": "4.1.2",
"has-own-prop": "1.0.0"
},
"devDependencies": {
"@types/mocha": "2.2.41",
"mocha": "3.4.2",
"tdi": "0.3.10",
"typescript": "2.4.1"
"@types/mocha": "2.2.43",
"mocha": "3.5.1",
"tdi": "0.3.14",
"typescript": "2.5.2"
}
}
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