uncontrollable
Advanced tools
Comparing version 7.2.0 to 7.2.1
{ | ||
"name": "uncontrollable", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled", | ||
@@ -14,4 +14,4 @@ "author": { | ||
"license": "MIT", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"keywords": [ | ||
@@ -25,2 +25,9 @@ "uncontrolled-component", | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"tdd": "jest --watch", | ||
"lint": "eslint src test", | ||
"build": "build src", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"publishConfig": { | ||
@@ -35,2 +42,31 @@ "directory": "lib" | ||
}, | ||
"devDependencies": { | ||
"@4c/build": "^2.0.1", | ||
"@4c/semantic-release-config": "^2.0.3", | ||
"@4c/tsconfig": "^0.3.0", | ||
"@babel/cli": "^7.6.4", | ||
"@babel/core": "^7.6.4", | ||
"@babel/preset-typescript": "^7.6.0", | ||
"@typescript-eslint/eslint-plugin": "^2.5.0", | ||
"@typescript-eslint/parser": "^2.5.0", | ||
"babel-core": "^7.0.0-0", | ||
"babel-jest": "^24.9.0", | ||
"babel-preset-jason": "^6.0.1", | ||
"cpy": "^7.3.0", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"eslint": "^6.6.0", | ||
"eslint-config-4catalyzer-typescript": "^1.1.0", | ||
"eslint-config-jason": "^6.1.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-react": "^7.16.0", | ||
"jest": "^24.9.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.11.0", | ||
"react-dom": "^16.11.0", | ||
"release-script": "^1.0.2", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
"dependencies": { | ||
@@ -37,0 +73,0 @@ "@babel/runtime": "^7.6.3", |
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
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
71224
31
1035
27
8
1