can-dom-mutate
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "can-dom-mutate", | ||
"description": "Dispatch and listen for DOM mutations", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "DoneJS Team", |
@@ -20,3 +20,3 @@ # can-dom-mutate | ||
```js | ||
import domMutate from 'can-dom-mutate'; | ||
import domMutate from "can-dom-mutate"; | ||
``` | ||
@@ -30,3 +30,3 @@ | ||
```js | ||
var domMutate = require("can-dom-mutate"); | ||
import domMutate from "can-dom-mutate"; | ||
``` | ||
@@ -33,0 +33,0 @@ |
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
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
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
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
50736