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

@reactioncommerce/components-context

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactioncommerce/components-context - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

54

package.json
{
"name": "@reactioncommerce/components-context",
"version": "1.2.0",
"version": "1.2.1",
"description": "A system for injecting React components into other React components from a central components context",

@@ -11,2 +11,3 @@ "main": "./dist/main.js",

},
"type": "module",
"repository": {

@@ -16,3 +17,3 @@ "type": "git",

},
"author": "Reaction Commerce <hello@reactioncommerce.com>",
"author": "Mailchimp Open Commerce <hello-open-commerce@mailchimp.com>",
"license": "Apache-2.0",

@@ -29,24 +30,30 @@ "bugs": {

"@commitlint/config-conventional": "7.0.1",
"@reactioncommerce/eslint-config": "1.8.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.5",
"babel-preset-env": "1.7.0",
"babel-preset-react-app": "3.1.2",
"babel-preset-stage-2": "6.24.1",
"eslint": "4.19.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "21.17.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "7.10.0",
"husky": "1.0.0-rc.9",
"@reactioncommerce/eslint-config": "2.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "~25.1.0",
"babel-plugin-rewire-exports": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-import-meta": "~1.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.2",
"babel-preset-stage-2": "^6.24.1",
"eslint": "7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"jest": "23.2.0",
"react": "16.4.1",
"react-test-renderer": "16.4.1",
"react": "16.13.0",
"react-test-renderer": "16.13.0",
"rimraf": "2.6.2",
"semantic-release": "15.6.0"
"semantic-release": "^17.0.4"
},
"peerDependencies": {
"react": "^16.4.1"
"react": "^16.13.0"
},

@@ -62,3 +69,8 @@ "babel": {

"eslintConfig": {
"extends": "@reactioncommerce"
"extends": "@reactioncommerce",
"rules": {
"react/display-name": "off",
"react/prop-types": "off",
"react/sort-comp": "off"
}
},

@@ -65,0 +77,0 @@ "commitlint": {

Sorry, the diff of this file is not supported yet

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