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

@truffle/blockchain-utils

Package Overview
Dependencies
Maintainers
14
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/blockchain-utils - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

dist/test/methods.test.js

@@ -9,4 +9,4 @@ "use strict";

const mocha_1 = require("mocha");
mocha_1.describe("BlockchainUtils.parse", () => {
mocha_1.it("returns empty parsed object if uri doesn't start with blockchain://", () => {
(0, mocha_1.describe)("BlockchainUtils.parse", () => {
(0, mocha_1.it)("returns empty parsed object if uri doesn't start with blockchain://", () => {
const parsed = __1.default.parse("notBlockchain://");

@@ -13,0 +13,0 @@ assert_1.default.deepEqual(parsed, {});

@@ -15,3 +15,3 @@ {

},
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",

@@ -27,7 +27,7 @@ "scripts": {

"@types/mocha": "^5.2.7",
"@types/node": "12.12.21",
"@types/node": "~12.12.0",
"@types/web3": "^1.0.20",
"mocha": "9.2.2",
"ts-node": "10.7.0",
"typescript": "^4.1.4"
"typescript": "^4.7.4"
},

@@ -42,3 +42,3 @@ "keywords": [

},
"gitHead": "147aa1388aeade0ee164f2e62eecce7bec8f3332"
"gitHead": "0d96061f25e0927cd1d158b1636464ded86a57bb"
}

@@ -20,4 +20,6 @@ {

"rootDir": ".",
"types": ["node", "mocha"],
"typeRoots": [
"./typings",
"../../node_modules/@types/node",
"../../node_modules/@types/mocha",

@@ -24,0 +26,0 @@ "../../node_modules/@types/assert"

Sorry, the diff of this file is not supported yet

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