@cycle/dom
Advanced tools
Comparing version 19.1.0 to 19.2.0
@@ -0,1 +1,6 @@ | ||
<a name="19.2.0"></a> | ||
# 19.2.0 (2017-10-24) | ||
<a name="19.1.0"></a> | ||
@@ -2,0 +7,0 @@ # 19.1.0 (2017-10-24) |
{ | ||
"name": "@cycle/dom", | ||
"version": "19.1.0", | ||
"version": "19.2.0", | ||
"description": "The standard DOM Driver for Cycle.js, based on Snabbdom", | ||
@@ -83,5 +83,5 @@ "license": "MIT", | ||
"test-wait": "npm run test-node && npm run test-browser-wait", | ||
"browserify": "../node_modules/.bin/browserify lib/index.js --global-transform=browserify-shim --standalone CycleDOM --exclude xstream --outfile dist/cycle-dom.js", | ||
"browserify": "../node_modules/.bin/browserify lib/cjs/index.js --global-transform=browserify-shim --standalone CycleDOM --exclude xstream --outfile dist/cycle-dom.js", | ||
"minify": "node ../.scripts/minify.js dist/cycle-dom.js dist/cycle-dom.min.js" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1262741
31643
1
31
3