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

@stencil/store

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/store - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

10

package.json
{
"name": "@stencil/store",
"version": "2.0.7",
"version": "2.0.8",
"description": "Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"peerDependencies": {
"@stencil/core": ">=2.0.0 || >=3.0.0"
"@stencil/core": ">=2.0.0 || >=3.0.0 || >= 4.0.0-beta.0 || >= 4.0.0"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"@types/jest": "^28.1.1",
"@types/node": "^16.18.3",
"@types/node": "^20.2.0",
"jest": "^28.1.1",

@@ -55,5 +55,5 @@ "jest-cli": "^28.1.1",

"volta": {
"node": "16.15.0",
"npm": "8.11.0"
"node": "20.2.0",
"npm": "9.6.6"
}
}
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