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

electrum-store

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-store - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/store/store.js

@@ -143,3 +143,3 @@ 'use strict';

return state.getValue(id);
return state.get(id);
}

@@ -146,0 +146,0 @@ }]);

{
"name": "electrum-store",
"version": "1.0.1",
"version": "1.0.2",
"description": "Electrum store provides a store implementation tailored for Electrum.",

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

@@ -119,3 +119,3 @@ 'use strict';

const {state} = props;
return state.getValue (id);
return state.get (id);
}

@@ -122,0 +122,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