eosjs-json
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ /* eslint-env mocha */ | ||
'./api/v1', | ||
'./schema/operations' | ||
'./schema' | ||
]) { | ||
@@ -9,0 +9,0 @@ it(fn, function () { |
{ | ||
"name": "eosjs-json", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Information about the EOS blockchain in the JSON file format.", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -1,3 +0,4 @@ | ||
module.exports = { | ||
operations: require('./operations') | ||
} | ||
const base = require('./base') | ||
const generated = require('./generated') | ||
module.exports = Object.assign(base, generated) |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
18064
15
355
3
1