Socket
Socket
Sign inDemoInstall

@restart/hooks

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restart/hooks - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

.babelrc

44

package.json
{
"name": "@restart/hooks",
"version": "0.3.15",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"module": "esm/index.js",
"version": "0.3.16",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
"repository": {

@@ -16,2 +16,9 @@ "type": "git",

"license": "MIT",
"scripts": {
"test": "jest --coverage",
"tdd": "jest --watch",
"build:pick": "cherry-pick --name=@restart/hooks --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
"build": "rimraf lib && 4c build src && yarn build:pick",
"prepublishOnly": "yarn build"
},
"jest": {

@@ -38,2 +45,31 @@ "preset": "@4c",

},
"devDependencies": {
"@4c/babel-preset": "^6.0.3",
"@4c/cli": "^0.8.3",
"@4c/jest-preset": "^1.4.3",
"@4c/rollout": "^1.3.6",
"@4c/tsconfig": "^0.1.2",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.17",
"@types/react": "^16.9.1",
"babel-jest": "^24.8.0",
"cherry-pick": "^0.4.0",
"codecov": "^3.5.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"husky": "^3.0.3",
"jest": "^24.8.0",
"lint-staged": "^9.2.1",
"mq-polyfill": "^1.1.8",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rimraf": "^2.6.3",
"rollout": "^0.1.0",
"typescript": "^3.5.3"
},
"bugs": {

@@ -40,0 +76,0 @@ "url": "https://github.com/jquense/react-common-hooks/issues"

cjs/globals.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