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

uncontrollable

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uncontrollable - npm Package Compare versions

Comparing version 7.2.0 to 7.2.1

.babelrc

42

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

cjs/hook.d.ts
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