New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-context-store

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-context-store - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

changelog.md

@@ -10,2 +10,6 @@ # Changelog

## [1.1.1] - 2022-10-13
- Fixed peer dependencies to include everything greater than 16
## [1.1.0] - 2021-05-24

@@ -12,0 +16,0 @@

28

package.json

@@ -7,7 +7,7 @@ {

"@snowcoders/sortier": "3.3.0",
"@types/enzyme": "3.10.8",
"@types/enzyme": "3.10.12",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.23",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/jest": "28.1.8",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"changelog-updater": "2.0.2",

@@ -17,11 +17,11 @@ "enzyme": "3.11.0",

"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.6",
"tslib": "2.2.0",
"typescript": "4.2.4"
"ts-jest": "28.0.8",
"tslib": "2.4.0",
"typescript": "4.3.5"
},

@@ -32,3 +32,3 @@ "license": "MIT",

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": ">=16.0.0"
},

@@ -48,3 +48,3 @@ "repository": {

"sideEffects": false,
"version": "1.1.0"
"version": "1.1.1"
}
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