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

react-context-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-context-toolbox - npm Package Compare versions

Comparing version 1.2.3 to 2.0.0

es/forwardRef.js

13

CHANGELOG.md

@@ -0,1 +1,14 @@

<a name="2.0.0"></a>
# [2.0.0](https://github.com/4Catalyzer/react-context-toolbox/compare/v1.2.3...v2.0.0) (2018-11-30)
### Features
* add types, change published directory ([#10](https://github.com/4Catalyzer/react-context-toolbox/issues/10)) ([9886e69](https://github.com/4Catalyzer/react-context-toolbox/commit/9886e69))
### BREAKING CHANGES
* remove lib directory
<a name="1.2.3"></a>

@@ -2,0 +15,0 @@ ## [1.2.3](https://github.com/4Catalyzer/react-context-toolbox/compare/v1.2.2...v1.2.3) (2018-10-30)

53

package.json
{
"name": "react-context-toolbox",
"version": "1.2.3",
"main": "lib/index.js",
"modules": "es/index.js",
"jsnext:main": "es/index.js",
"version": "2.0.0",
"main": "index.js",
"module": "lib/es/index.js",
"types": "types/index.d.ts",
"repository": {

@@ -13,14 +13,2 @@ "type": "git",

"license": "MIT",
"scripts": {
"tdd": "jest --watch",
"test": "npm run lint && jest",
"testonly": "jest",
"build:es": "babel src -d es --env-name esm --ignore **/__tests__ --delete-dir-on-start",
"build:lib": "babel src -d lib --ignore **/__tests__ --delete-dir-on-start",
"build": "npm run build:lib && npm run build:es",
"prepublishOnly": "yarn run build",
"lint": "eslint . && prettier --list-different --ignore-path .eslintignore '**/*.{json,css,md}'",
"format": "eslint . --fix && prettier --write --ignore-path .eslintignore '**/*.{json,css,md}'",
"precommit": "lint-staged"
},
"publishConfig": {

@@ -53,35 +41,2 @@ "access": "public"

},
"release": {
"extends": [
"@4c/semantic-release-config"
]
},
"devDependencies": {
"@4c/babel-preset-4catalyzer": "^1.0.0",
"@4c/semantic-release-config": "^1.0.2",
"@babel/cli": "^7.0.0-beta.39",
"@babel/core": "^7.0.0-beta.39",
"babel-core": "bridge",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"codecov": "^3.0.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^4.16.0",
"eslint-config-4catalyzer-react": "^0.4.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"prettier": "^1.10.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"semantic-release": "^15.4.0",
"travis-deploy-once": "^5.0.0"
},
"peerDependencies": {

@@ -88,0 +43,0 @@ "react": ">=16.3.2"

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