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

a-plus-forms

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-plus-forms - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

dist/config.js

47

package.json
{
"name": "a-plus-forms",
"version": "0.0.0",
"version": "0.1.0",
"description": "A+ forms. Would use again",
"main": "src/index.js",
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"lint": "eslint src test && flow",
"build": "babel src --out-dir dist/",
"precommit": "npm run lint",
"prepush": "npm run test",
"prepublish": "npm run build"
},

@@ -24,14 +32,31 @@ "repository": {

"devDependencies": {
"babel-core": "^6.24.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"chai": "^3.5.0",
"enzyme": "^2.8.0",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2"
"babel-preset-stage-1": "^6.22.0",
"chai": "^4.0.2",
"chai-enzyme": "^0.8.0",
"enzyme": "^2.9.1",
"eslint": "^3.8.1",
"eslint-config-shortlyster": "^2.2.0",
"eslint-plugin-flowtype": "^2.34.1",
"flow-bin": "^0.49.1",
"flow-runtime": "^0.13.0",
"husky": "^0.14.3",
"jsdom": "^11.1.0",
"mocha": "^3.4.2",
"react-addons-test-utils": "^15.6.0",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0"
},
"peerDependencies": {
"ajv": "^5.2.1",
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}
# A+ Forms
You know all those react forms frameworks. The ones that look great at the
beginning, but in the morning you wish you didn't meet them. Well, meet A+ forms.
A forms library that you would use again.
You know all those react form frameworks. The ones that look great at the
beginning, but in the morning you wish you didn't meet them. Well, allow me to
introduce you to the `A+ forms`. A forms library that you would use again.

@@ -13,4 +13,4 @@ # W.I.P.

All source code in this repository is released under the terms of the ISC license.
All source code in this repository released under the terms of the ISC license.
Copyright (C) 2017 Nikolay Nemshilov
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