Socket
Socket
Sign inDemoInstall

parvi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parvi - npm Package Compare versions

Comparing version 0.3.25 to 0.3.26

1

lib/SharedWebStorage.js

@@ -47,3 +47,2 @@ "use strict";

function onStorageChange(ev) {
console.log('onStorageChange', ev);
if (Spec.is(ev.key) && ev.newValue) {

@@ -50,0 +49,0 @@ self.onOp(new Spec(ev.key), JSON.parse(ev.newValue));

2

package.json

@@ -68,3 +68,3 @@ {

},
"version": "0.3.25"
"version": "0.3.26"
}
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