Socket
Socket
Sign inDemoInstall

@stencil/store

Package Overview
Dependencies
Maintainers
11
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.1 to 2.0.2

2

dist/index.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@stencil/core');

@@ -6,0 +4,0 @@

14

package.json
{
"name": "@stencil/store",
"version": "2.0.1",
"version": "2.0.2",
"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.",

@@ -10,6 +10,7 @@ "main": "dist/index.js",

"build": "rm -rf dist && tsc -p . && npm run rollup",
"prettier": "prettier --write 'src/**/*.ts'",
"prettier.dry-run": "prettier --check 'src/**/*.ts'",
"prettier": "npm run prettier.base -- --write",
"prettier.base": "prettier --cache 'src/**/*.ts'",
"prettier.dry-run": "npm run prettier.base -- --list-different",
"release": "np",
"rollup": "rollup -c rollup.config.js",
"rollup": "rollup -c rollup.config.mjs",
"test": "jest",

@@ -39,2 +40,3 @@ "test.ci": "npm run test && npm run prettier.dry-run",

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

@@ -44,5 +46,5 @@ "jest-cli": "^28.1.1",

"prettier": "^2.2.1",
"rollup": "^2.39.0",
"rollup": "^3.5.1",
"ts-jest": "^28.0.4",
"typescript": "^4.7.3"
"typescript": "^4.8.4"
},

@@ -49,0 +51,0 @@ "repository": {

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