Socket
Socket
Sign inDemoInstall

frontblock

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontblock - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

FrontblockLib.js

@@ -17,7 +17,7 @@ "use strict";

name: "subscribe",
rpc: this.subscribe,
rpc: async (apikey, coin, account, callback) => { return await this.subscribe(apikey, coin, account, callback); },
type: 'hook'
}, {
name: 'unsubscribe',
rpc: this.unsubscribe,
rpc: async (apikey, uid) => { return await this.unsubscribe(apikey, uid); },
type: 'unhook'

@@ -24,0 +24,0 @@ }

{
"name": "frontblock",
"version": "0.1.0",
"version": "0.1.1",
"description": "frontblock shop-side library ",

@@ -5,0 +5,0 @@ "scripts": {

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