@truffle/blockchain-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13640
247
1