@waves/event-sender
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "@waves/event-sender", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "An interface for sending analytics events from Waves JS applications", | ||
@@ -17,7 +17,9 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepare": "tsc --outDir dist --declaration" | ||
"prepare": "tsc --outDir dist --declaration && yarn browserify", | ||
"browserify": "browserify ./dist/index.js -s event-sender -o ./dist/umd.js" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^14.5.0", | ||
"typescript": "^2.5.3" | ||
} | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
12171
5
278
2
2