Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "mu-forms", | ||
"version": "0.0.1", | ||
"description": "HTML5 form management for React/Preact", | ||
"main": "index.js", | ||
"repository": "https://github.com/MobiusHorizons/mu-forms", | ||
"author": "MobiusHorizons <codemobius@gmail.com>", | ||
"license": "MIT", | ||
"private": false | ||
"name": "mu-forms", | ||
"version": "1.0.0", | ||
"description": "Dead Simple HTML5 form management for React/Preact", | ||
"main": "mu-forms.js", | ||
"repository": "https://github.com/MobiusHorizons/mu-forms", | ||
"author": "MobiusHorizons <codemobius@gmail.com>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"babel": "babel -d build --ignore '*.test.js' src", | ||
"build": "npm-run-all -s babel -p docs build:generic build:preact build:react", | ||
"build:generic": "microbundle build/index.js", | ||
"build:preact": "microbundle build/preact/index.js -o preact.js", | ||
"build:react": "microbundle build/react/index.js -o react.js", | ||
"docs" : "documentation readme src/index.js -s \"API\" --github", | ||
"examples" : "npm-run-all -p examples:index examples:preact examples:react", | ||
"examples:index" : "cp examples/index.html ./", | ||
"examples:preact": "parcel build examples/preact.html -d . --public-url /mu-forms", | ||
"examples:react": "parcel build examples/react.html -d . --public-url /mu-forms" | ||
}, | ||
"dependencies": { | ||
"linkstate": "^1.1.1" | ||
}, | ||
"optionalDependencies": { | ||
"preact": "^8.2.7", | ||
"react": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"documentation": "^6.1.0", | ||
"less": "^3.0.1", | ||
"microbundle": "^0.4.4", | ||
"npm-run-all": "^1.4.0", | ||
"parcel-bundler": "^1.6.2", | ||
"preact": "^8.2.7", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^2.0.12" | ||
} | ||
} |
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
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 2 instances 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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12481137
166
19736
1
1
324
3
15
8
7
+ Addedlinkstate@^1.1.1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlinkstate@1.1.1(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpreact@8.5.3(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)