New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ag-reactive

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-reactive - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "ag-reactive",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

@@ -37,3 +37,3 @@ "use strict";

this.proxy = new Proxy(this.isArray ? [] : {}, this);
this.props = this.isArray ? { length: { value: 0 } } : {};
this.props = this.isArray ? { length: 0 } : {};
}

@@ -40,0 +40,0 @@ ReactiveObject.prototype.has = function (_, prop) {