Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extendable-immutable

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extendable-immutable - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

es/util/createExtendable.js

@@ -38,3 +38,3 @@ import _typeof from 'babel-runtime/helpers/typeof';

for (var key in base.prototype) {
if (base.prototype.hasOwnProperty(key) && !key.startsWith('__') && !key.startsWith('to') && unwrappedMethods.indexOf(key) === -1) {
if (!key.startsWith('__') && !key.startsWith('to') && unwrappedMethods.indexOf(key) === -1) {
(function () {

@@ -41,0 +41,0 @@ var _originalMethod = base.prototype[key];

@@ -62,3 +62,3 @@ 'use strict';

for (var key in base.prototype) {
if (base.prototype.hasOwnProperty(key) && !key.startsWith('__') && !key.startsWith('to') && unwrappedMethods.indexOf(key) === -1) {
if (!key.startsWith('__') && !key.startsWith('to') && unwrappedMethods.indexOf(key) === -1) {
(function () {

@@ -65,0 +65,0 @@ var _originalMethod = base.prototype[key];

{
"name": "extendable-immutable",
"version": "1.0.11",
"version": "1.0.12",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "jsnext:main": "es/index.js",

@@ -54,3 +54,2 @@ import invariant from 'invariant'

if (
base.prototype.hasOwnProperty(key) &&
!key.startsWith('__') &&

@@ -57,0 +56,0 @@ !key.startsWith('to') &&

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