tsparticles
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "tsparticles", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Port of Vincent Garreau' particles.js which was originally a port of Vincent Garreau' particles.js, written in Typescript.", | ||
@@ -9,5 +9,5 @@ "homepage": "https://github.com/matteobruni/tsparticles", | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"build": "npm run build:types && npm run build:js", | ||
"build": "npm run build:types && npm run build:js && npx webpack", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline" | ||
"build:js": "babel src --out-dir build/js --extensions \".ts,.tsx\" --source-maps inline" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
10542
3