@solid-primitives/script-loader
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@solid-primitives/script-loader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Primitive to load scripts dynamically", | ||
@@ -50,5 +50,5 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
"devDependencies": { | ||
"jsdom": "^18.0.0", | ||
"jsdom": "18.1.1", | ||
"prettier": "^2.0.5", | ||
"solid-register": "^0.0.5", | ||
"solid-register": "0.1.1", | ||
"solid-testing-library": "^0.2.0", | ||
@@ -60,4 +60,4 @@ "tslib": "^2.3.1", | ||
}, | ||
"dependencies": { | ||
"solid-js": "^1.2.5" | ||
"peerDependencies": { | ||
"solid-js": "1.3.0" | ||
}, | ||
@@ -70,2 +70,2 @@ "jest": { | ||
} | ||
} | ||
} |
@@ -6,2 +6,3 @@ # @solid-primitives/script-loader | ||
[![size](https://img.shields.io/npm/v/@solid-primitives/script-loader?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/script-loader) | ||
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-3.json)](https://github.com/davedbase/solid-primitives#contribution-process) | ||
@@ -56,2 +57,6 @@ Creates a primitive to load scripts dynamically, either for external services or jsonp requests | ||
1.0.3 | ||
Upgrade to Solid 1.3 | ||
</details> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
8101
133
61
+ Addedsolid-js@1.3.0(transitive)
- Removedsolid-js@^1.2.5
- Removedcsstype@3.1.3(transitive)
- Removedseroval@1.1.1(transitive)
- Removedseroval-plugins@1.1.1(transitive)
- Removedsolid-js@1.9.3(transitive)