Socket
Socket
Sign inDemoInstall

immutable-class-tester

Package Overview
Dependencies
25
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.3 to 0.7.4

CHANGELOG.md

4

build/index.js

@@ -5,4 +5,4 @@ "use strict";

const tslib_1 = require("tslib");
const deep_equal_1 = (0, tslib_1.__importDefault)(require("deep-equal"));
const has_own_prop_1 = (0, tslib_1.__importDefault)(require("has-own-prop"));
const deep_equal_1 = tslib_1.__importDefault(require("deep-equal"));
const has_own_prop_1 = tslib_1.__importDefault(require("has-own-prop"));
const PROPERTY_KEYS = [

@@ -9,0 +9,0 @@ 'name',

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

@@ -41,7 +41,7 @@ "keywords": [

"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "^5.2.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