Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formik

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formik - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3-rc1

dist/formik.es6.js

42

package.json
{
"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": [

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