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.8 to 1.0.9

2

es/util/createExtendable.js

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

var emptySymbol = _Symbol('empty');
var unwrappedMethods = ['constructor', 'get', 'getIn', 'first', 'last', 'reduce', 'reduceRight', 'find', 'findLast', 'findEntry', 'findLastEntry', 'max', 'maxBy', 'min', 'minBy'];
var unwrappedMethods = ['get', 'getIn', 'first', 'last', 'reduce', 'reduceRight', 'find', 'findLast', 'findEntry', 'findLastEntry', 'max', 'maxBy', 'min', 'minBy'];

@@ -10,0 +10,0 @@ export default function createExtendable(base, copy, empty) {

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

var emptySymbol = (0, _symbol2.default)('empty');
var unwrappedMethods = ['constructor', 'get', 'getIn', 'first', 'last', 'reduce', 'reduceRight', 'find', 'findLast', 'findEntry', 'findLastEntry', 'max', 'maxBy', 'min', 'minBy'];
var unwrappedMethods = ['get', 'getIn', 'first', 'last', 'reduce', 'reduceRight', 'find', 'findLast', 'findEntry', 'findLastEntry', 'max', 'maxBy', 'min', 'minBy'];

@@ -31,0 +31,0 @@ function createExtendable(base, copy, empty) {

{
"name": "extendable-immutable",
"version": "1.0.8",
"version": "1.0.9",
"main": "lib/index.js",

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

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

const unwrappedMethods = [
'constructor',
'get',

@@ -8,0 +7,0 @@ 'getIn',

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