@0xcert/utils
Advanced tools
Comparing version 0.0.0-alpha6 to 0.0.0-alpha7
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "0.0.0-alpha6", | ||
"tag": "@0xcert/utils_v0.0.0-alpha6", | ||
"version": "0.0.0-alpha7", | ||
"tag": "@0xcert/utils_v0.0.0-alpha7", | ||
"date": "Thu, 22 Nov 2018 00:51:03 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/utils | ||
## 0.0.0-alpha6 | ||
## 0.0.0-alpha7 | ||
Thu, 22 Nov 2018 00:51:03 GMT | ||
@@ -8,0 +8,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from './methods/fetch'; | ||
export * from './methods/sha'; | ||
@@ -2,0 +3,0 @@ export * from './methods/to-float'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./methods/fetch")); | ||
__export(require("./methods/sha")); | ||
@@ -8,0 +9,0 @@ __export(require("./methods/to-float")); |
{ | ||
"files": { | ||
"packages/0xcert-utils/CHANGELOG.json": "d532e045fce971e45c0468c4f5c322489701f395", | ||
"packages/0xcert-utils/CHANGELOG.md": "b1a3a503d3fa301f2f8d72d30ded9e373487ae28", | ||
"packages/0xcert-utils/CHANGELOG.json": "c1edecacb2a54f567645e15410a5d5d799c5d7d9", | ||
"packages/0xcert-utils/CHANGELOG.md": "499c65fc2daf2816694a25ef29b3eebe9e5ea334", | ||
"packages/0xcert-utils/README.md": "97cb6086d9f4d557e55bd27ab30f1ea053da99d3", | ||
"packages/0xcert-utils/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-utils/package.json": "8448860a19818a29f39441d9998e8d43f7bda028", | ||
"packages/0xcert-utils/src/index.ts": "755eccf9ae7a2d1f47594dbe51627b487182083f", | ||
"packages/0xcert-utils/package.json": "0d1847f48aa69a595359a65f7366c4008da743e9", | ||
"packages/0xcert-utils/src/index.ts": "0a054c91431bdeb593b72bb7fda305d4ca6a4025", | ||
"packages/0xcert-utils/src/methods/fetch.ts": "38bd72d299d314b21e6a559c87dbf8a10c24679d", | ||
"packages/0xcert-utils/src/methods/sha.ts": "6202bfe61b0f04840e3c022587262e18f65b194c", | ||
@@ -16,2 +17,3 @@ "packages/0xcert-utils/src/methods/to-float.ts": "e44cc4338abf7d73ccabe640e3ead0abfe6dec44", | ||
"packages/0xcert-utils/src/tests/index.test.ts": "68036c543f5f05ade8559f09077d5422c5826cb0", | ||
"packages/0xcert-utils/src/tests/methods/fetch.test.ts": "50be3702384c701e1af9d848e6f03a1f0b83d20b", | ||
"packages/0xcert-utils/src/tests/methods/sha.test.ts": "85d6c28a9928192ed45a2ecded6c4c26ab1bac15", | ||
@@ -24,5 +26,5 @@ "packages/0xcert-utils/src/tests/methods/to-float.test.ts": "a14d8363c793e28a9f4cf129f9a6c9942d81c3c8", | ||
"packages/0xcert-utils/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3", | ||
"common/config/rush/npm-shrinkwrap.json": "4bd0ff28a23360cdc0ee7546713b1819a52577cd" | ||
"common/config/rush/npm-shrinkwrap.json": "b5af47441ed8345fd5cfe61bc37d9d7008283a33" | ||
}, | ||
"arguments": "npx specron test " | ||
"arguments": "npm run clean && npx tsc " | ||
} |
{ | ||
"name": "@0xcert/utils", | ||
"version": "0.0.0-alpha6", | ||
"version": "0.0.0-alpha7", | ||
"description": "Ethereum utils for 0xcert protocol.", | ||
@@ -17,4 +17,3 @@ "main": "./dist/index.js", | ||
"./src/tests/**/*.test.ts" | ||
], | ||
"blockTime": 0.1 | ||
] | ||
}, | ||
@@ -29,2 +28,3 @@ "require": [ | ||
"@specron/spec": "^0.5.0", | ||
"node-fetch": "^2.3.0", | ||
"solc": "^0.5.1", | ||
@@ -31,0 +31,0 @@ "ts-node": "^7.0.1", |
@@ -0,1 +1,2 @@ | ||
export * from './methods/fetch'; | ||
export * from './methods/sha'; | ||
@@ -2,0 +3,0 @@ export * from './methods/to-float'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31929
74
548
7
1