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

@luvio/durable-store-idb

Package Overview
Dependencies
Maintainers
14
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/durable-store-idb - npm Package Compare versions

Comparing version 0.136.5 to 0.137.0

15

package.json
{
"name": "@luvio/durable-store-idb",
"version": "0.136.5",
"version": "0.137.0",
"description": "IndexedDB-based implementation of the Luvio DurableStore",

@@ -22,7 +22,7 @@ "repository": {

"test:debug": "node --inspect-brk ../../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand",
"test:size": "bundlesize",
"test:size": "luvioBundlesize",
"watch": "yarn build --watch"
},
"devDependencies": {
"@luvio/environments": "^0.136.5",
"@luvio/environments": "^0.137.0",
"fake-indexeddb": "^4.0.1"

@@ -36,7 +36,10 @@ },

},
"bundlesize": [
"luvioBundlesize": [
{
"path": "./dist/durable-store-idb.js",
"maxSize": "3 kB",
"compression": "brotli"
"maxSize": {
"none": "9 kB",
"min": "4 kB",
"compressed": "2 kB"
}
}

@@ -43,0 +46,0 @@ ],

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