Socket
Socket
Sign inDemoInstall

immutable-class-tester

Package Overview
Dependencies
5
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.9 to 0.5.10

3

build/index.js
"use strict";
var chai_1 = require("chai");
var hasOwnProp = require("has-own-prop");
var PROPERTY_KEYS = [

@@ -61,3 +62,3 @@ 'name',

for (var key in inst) {
if (!inst.hasOwnProperty(key))
if (!hasOwnProp(inst, key))
continue;

@@ -64,0 +65,0 @@ instLazyCopy[key] = inst[key];

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

@@ -30,3 +30,4 @@ "keywords": [

"dependencies": {
"chai": "3.5.0"
"chai": "3.5.0",
"has-own-prop": "1.0.0"
},

@@ -33,0 +34,0 @@ "devDependencies": {

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