Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "inframejs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "use pure Javascript to connect the iframe pages", | ||
"main": "src/index.js", | ||
"module": "dist/inframejs.es.min.js", | ||
"browser": "dist/inframejs.umd.min.js", | ||
"main": "dist/inframejs.es.min.js", | ||
"scripts": { | ||
@@ -16,3 +14,5 @@ "dev": "vite dev", | ||
}, | ||
"keywords": ["iframe"], | ||
"keywords": [ | ||
"iframe" | ||
], | ||
"author": "webszy", | ||
@@ -19,0 +19,0 @@ "license": "LGPL", |
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
10029