Comparing version 1.0.4 to 1.2.0
@@ -35,3 +35,3 @@ @module {function} can-diff/deep/deep | ||
@return {Array<Patches>} An array of patches objects. All patch objects will have a `key` property, even | ||
`"slice"` type patch objects. The `key` is the property that was changed. A dot (`.`) in the key signifies | ||
`"splice"` type patch objects. The `key` is the property that was changed. A dot (`.`) in the key signifies | ||
that the key was part of a nested property. | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "can-diff", | ||
"version": "1.0.4", | ||
"version": "1.2.0", | ||
"description": "Diffing helpers for can-reflect", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
@@ -64,11 +64,13 @@ | ||
//!steal-remove-start | ||
Object.defineProperty(this.onList, "name", { | ||
value: "live.list new list::"+canReflect.getName(observableOrList), | ||
}); | ||
Object.defineProperty(this.onPatchesNotify, "name", { | ||
value: "live.list notify::"+canReflect.getName(observableOrList), | ||
}); | ||
Object.defineProperty(this.onPatchesDerive, "name", { | ||
value: "live.list derive::"+canReflect.getName(observableOrList), | ||
}); | ||
if(process.env.NODE_ENV !== 'production') { | ||
Object.defineProperty(this.onList, "name", { | ||
value: "live.list new list::"+canReflect.getName(observableOrList), | ||
}); | ||
Object.defineProperty(this.onPatchesNotify, "name", { | ||
value: "live.list notify::"+canReflect.getName(observableOrList), | ||
}); | ||
Object.defineProperty(this.onPatchesDerive, "name", { | ||
value: "live.list derive::"+canReflect.getName(observableOrList), | ||
}); | ||
} | ||
//!steal-remove-end | ||
@@ -75,0 +77,0 @@ }; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
60375
1387
1
1