extendable-immutable
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29174
470