Socket
Socket
Sign inDemoInstall

immutable

Package Overview
Dependencies
0
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-rc.6 to 4.0.0-rc.7

2

dist/immutable.min.js

@@ -37,2 +37,2 @@ /**

;return this.__ownerID?this:we(this,t)},on.prototype.wasAltered=function(){return this._values.wasAltered()},on.prototype.toSeq=function(){return ze(this)},on.prototype.toJS=function(){return ze(this).toJS()},on.prototype.__iterator=function(t,e){return ze(this).__iterator(t,e)},on.prototype.__iterate=function(t,e){return ze(this).__iterate(t,e)},on.prototype.__ensureOwner=function(t){if(t===this.__ownerID)return this;var e=this._values.__ensureOwner(t);return t?we(this,e,t):(this.__ownerID=t,this._values=e,this)},on.isRecord=m,on.getDescriptiveName=Se;var un=on.prototype;un[Te]=!0,un.delete=un.remove,un.deleteIn=un.removeIn=Ir.removeIn,un.getIn=Zr.getIn,un.hasIn=Zr.hasIn,un.merge=Ir.merge,un.mergeWith=Ir.mergeWith,un.mergeIn=Ir.mergeIn,un.mergeDeep=Ir.mergeDeep,un.mergeDeepWith=Ir.mergeDeepWith,un.mergeDeepIn=Ir.mergeDeepIn,un.setIn=Ir.setIn,un.update=Ir.update,un.updateIn=Ir.updateIn,un.withMutations=Ir.withMutations,un.asMutable=Ir.asMutable,un.asImmutable=Ir.asImmutable,un[Qe]=Zr.entries,un.toJSON=un.toObject=Zr.toObject,un.inspect=un.toSource=Zr.toSource;var sn,an=function(t){function e(t,r){if(!(this instanceof e))return new e(t,r);if(this._value=t,0===(this.size=void 0===r?1/0:Math.max(0,r))){if(sn)return sn;sn=this}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},e.prototype.get=function(t,e){return this.has(t)?this._value:e},e.prototype.includes=function(t){return R(this._value,t)},e.prototype.slice=function(t,r){var n=this.size;return a(t,r,n)?this:new e(this._value,h(r,n)-c(t,n))},e.prototype.reverse=function(){return this},e.prototype.indexOf=function(t){return R(this._value,t)?0:-1},e.prototype.lastIndexOf=function(t){return R(this._value,t)?this.size:-1},e.prototype.__iterate=function(t,e){for(var r=this,n=this.size,i=0;i!==n&&t(r._value,e?n-++i:i++,r)!==!1;);return i},e.prototype.__iterator=function(t,e){var r=this,n=this.size,i=0
;return new Xe(function(){return i===n?z():S(t,e?n-++i:i++,r._value)})},e.prototype.equals=function(t){return t instanceof e?R(this._value,t._value):Zt(t)},e}(Ze),cn={version:"4.0.0-rc.6",Collection:Ce,Iterable:Ce,Seq:Fe,Map:Sr,OrderedMap:Br,List:Rr,Stack:Jr,Set:Hr,OrderedSet:en,Record:on,Range:Gr,Repeat:an,is:R,fromJS:be,hash:K,isImmutable:_,isCollection:l,isKeyed:v,isIndexed:y,isAssociative:d,isOrdered:g,isValueObject:w},hn=Ce;t.default=cn,t.version="4.0.0-rc.6",t.Collection=Ce,t.Iterable=hn,t.Seq=Fe,t.Map=Sr,t.OrderedMap=Br,t.List=Rr,t.Stack=Jr,t.Set=Hr,t.OrderedSet=en,t.Record=on,t.Range=Gr,t.Repeat=an,t.is=R,t.fromJS=be,t.hash=K,t.isImmutable=_,t.isCollection=l,t.isKeyed=v,t.isIndexed=y,t.isAssociative=d,t.isOrdered=g,t.isValueObject=w,Object.defineProperty(t,"__esModule",{value:!0})});
;return new Xe(function(){return i===n?z():S(t,e?n-++i:i++,r._value)})},e.prototype.equals=function(t){return t instanceof e?R(this._value,t._value):Zt(t)},e}(Ze),cn={version:"4.0.0-rc.7",Collection:Ce,Iterable:Ce,Seq:Fe,Map:Sr,OrderedMap:Br,List:Rr,Stack:Jr,Set:Hr,OrderedSet:en,Record:on,Range:Gr,Repeat:an,is:R,fromJS:be,hash:K,isImmutable:_,isCollection:l,isKeyed:v,isIndexed:y,isAssociative:d,isOrdered:g,isValueObject:w},hn=Ce;t.default=cn,t.version="4.0.0-rc.7",t.Collection=Ce,t.Iterable=hn,t.Seq=Fe,t.Map=Sr,t.OrderedMap=Br,t.List=Rr,t.Stack=Jr,t.Set=Hr,t.OrderedSet=en,t.Record=on,t.Range=Gr,t.Repeat=an,t.is=R,t.fromJS=be,t.hash=K,t.isImmutable=_,t.isCollection=l,t.isKeyed=v,t.isIndexed=y,t.isAssociative=d,t.isOrdered=g,t.isValueObject=w,Object.defineProperty(t,"__esModule",{value:!0})});
{
"name": "immutable",
"version": "4.0.0-rc.6",
"version": "4.0.0-rc.7",
"description": "Immutable Data Collections",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc