Comparing version 0.7.2 to 0.7.3-rc1
{ | ||
"name": "formik", | ||
"description": "Forms in React, without tears", | ||
"version": "0.7.2", | ||
"version": "0.7.3-rc1", | ||
"license": "MIT", | ||
@@ -12,2 +12,4 @@ "author": "Jared Palmer <jared@palmer.net>", | ||
"react-dom", | ||
"form", | ||
"validation", | ||
"forms", | ||
@@ -17,14 +19,14 @@ "higher order component", | ||
], | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "dist/formik.js", | ||
"module": "dist/formik.es6.js", | ||
"typings": "dist/types/formik.d.ts", | ||
"files": [ | ||
"es6", | ||
"lib", | ||
"umd" | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"clean": "rimraf lib umd es6", | ||
"size": "cat umd/index.min.js | gzip | wc -c", | ||
"build": "npm run clean && tsc --project tsconfig.json -m es6 --outDir es6 && webpack -p --config ./webpack.lib && webpack -p --config webpack.umd.js", | ||
"test:watch": "jest --watch", | ||
"start": "NODE_ENV=development tsc-watch --onSuccess \"rollup -c\"", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc && NODE_ENV=production rollup -c && NODE_ENV=production rollup -c rollup.config.umd.js && NODE_ENV=development rollup -c rollup.config.umd.js && rimraf compiled", | ||
"prepublish": "npm run build", | ||
@@ -34,5 +36,3 @@ "format": "prettier --trailing-comma es5 --single-quote --write 'src/*/*.tsx'", | ||
}, | ||
"dependencies": { | ||
"hoist-non-react-statics": "^1.2.0" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
@@ -43,3 +43,3 @@ "react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0-alpha" | ||
"devDependencies": { | ||
"@types/jest": "^19.2.3", | ||
"@types/jest": "^20.0.2", | ||
"@types/node": "^8.0.7", | ||
@@ -49,6 +49,6 @@ "@types/react": "^15.0.28", | ||
"@types/react-test-renderer": "^15.5.0", | ||
"@types/webpack-env": "^1.13.0", | ||
"husky": "^0.14.2", | ||
"jest": "^20.0.4", | ||
"lint-staged": "^4.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^1.5.2", | ||
@@ -59,8 +59,14 @@ "react": "^15.5.4", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.45.1", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-filesize": "^1.4.2", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-replace": "^1.1.1", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"ts-jest": "^20.0.6", | ||
"ts-loader": "^2.1.0", | ||
"tsc-watch": "^1.0.7", | ||
"tslint": "^5.3.2", | ||
"tslint-react": "^3.0.0", | ||
"typescript": "2.3.4", | ||
"webpack": "^3.0.0", | ||
"yup": "^0.21.3" | ||
@@ -82,4 +88,4 @@ }, | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)" | ||
"<rootDir>/test/**/*.ts?(x)", | ||
"<rootDir>/test/**/?(*.)(spec|test).ts?(x)" | ||
], | ||
@@ -86,0 +92,0 @@ "transformIgnorePatterns": [ |
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
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
180050
1
13
782
27
1
3
3
1
- Removedhoist-non-react-statics@^1.2.0
- Removedhoist-non-react-statics@1.2.0(transitive)