New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mu-forms

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mu-forms - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.babelrc

52

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc