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

observable-slice

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

observable-slice - npm Package Compare versions

Comparing version 0.0.20-2 to 0.0.20-3

create.d.ts

10

package.json
{
"name": "observable-slice",
"version": "0.0.20-2",
"version": "0.0.20-3",
"description": "An observable for global state that can be subscribed to with react hooks, or callbacks",

@@ -36,4 +36,3 @@ "license": "MIT",

"files": [
"dist",
"src"
"."
],

@@ -44,6 +43,5 @@ "engines": {

"scripts": {
"build": "rm -rf ./dist && microbundle --sourcemap false --tsconfig tsconfig.json --visualize --external react --name observable-slice",
"build": "rm -rf ./dist && microbundle --sourcemap false --tsconfig tsconfig.json --visualize --external react --name observable-slice && cp ./licence ./dist/license && cp readme.md ./dist && cp package.json ./dist",
"test": "tsdx test",
"lint": "tsdx lint src",
"prepare": "yarn build"
"lint": "tsdx lint src"
},

@@ -50,0 +48,0 @@ "peerDependencies": {

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