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

ibm-blockchain-js

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-blockchain-js - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

index.js

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

// Step 2c.
var regex = /function\s+==\s+["'](\w+)["']/g; //find the exposed chaincode functions in "Invoke()""
var regex = /function\s+.=\s+["'](\w+)["']/g; //find the exposed chaincode functions in "Invoke()""
var result2;

@@ -336,0 +336,0 @@ while ( (result2 = regex.exec(str)) ) {

{
"name": "ibm-blockchain-js",
"version": "1.3.0",
"version": "1.3.1",
"description": "A library for easily interacting with IBM Blockchain.",

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

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