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 1.1.0 to 1.1.1

1

dist/index.d.ts
export { createStore } from './store';
export { createObservableMap } from './observable-map';
export { ObservableMap, Subscription } from './types';

@@ -167,2 +167,3 @@ 'use strict';

exports.createObservableMap = createObservableMap;
exports.createStore = createStore;

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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