@colony/colony-js-contract-loader
Advanced tools
Comparing version 1.8.1 to 1.12.0-beta.4
@@ -86,2 +86,3 @@ 'use strict'; | ||
} | ||
/* eslint-disable class-methods-use-this,no-unused-vars */ | ||
@@ -114,2 +115,3 @@ | ||
}() | ||
/* eslint-enable class-methods-use-this,no-unused-vars */ | ||
@@ -116,0 +118,0 @@ |
{ | ||
"name": "@colony/colony-js-contract-loader", | ||
"version": "1.8.1", | ||
"version": "1.12.0-beta.4", | ||
"description": "Contract loader interfaces", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"ethers", | ||
"web3", | ||
"colony", | ||
"api" | ||
], | ||
"homepage": "https://github.com/JoinColony/colonyJS#readme", | ||
"bugs": { | ||
"url": "https://github.com/JoinColony/colonyJS/issues" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Christian Maniewski <chris@colony.io>", | ||
"Curtis Olson <chris@colony.io>", | ||
"Griffin Hotchkiss <griffin@colony.io>", | ||
"James Lefrère <james@colony.io>", | ||
"Raul Glogovetan <raul@colony.io>", | ||
"Ryan Christofferson <ryan@colony.io>", | ||
"Scott Street <scott@colony.io>" | ||
], | ||
"files": [ | ||
@@ -10,2 +29,3 @@ "lib", | ||
], | ||
"main": "lib/index.js", | ||
"repository": { | ||
@@ -27,29 +47,20 @@ "type": "git", | ||
"lint-staged": { | ||
"./{,interface/}*": [ | ||
"lint --fix", | ||
"src/{,**/}*.js": [ | ||
"yarn lint --fix", | ||
"git add" | ||
] | ||
}, | ||
"contributors": [ | ||
"Christian Maniewski <chris@colony.io>", | ||
"James Lefrère <james@colony.io>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JoinColony/colonyJS/issues" | ||
"dependencies": { | ||
"assert": "^2.0.0", | ||
"babel-runtime": "^6.26.0" | ||
}, | ||
"homepage": "https://github.com/JoinColony/colonyJS#readme", | ||
"devDependencies": { | ||
"flow-bin": "^0.73.0", | ||
"flow-copy-source": "^2.0.0", | ||
"flow-bin": "^0.98.1", | ||
"flow-copy-source": "^2.0.6", | ||
"jest-sandbox": "^1.1.2" | ||
}, | ||
"engines": { | ||
"node": ">=8.2.1" | ||
"node": ">=10.12.0 <12.0.0" | ||
}, | ||
"dependencies": { | ||
"assert": "^1.4.1", | ||
"babel-runtime": "^6.26.0" | ||
}, | ||
"gitHead": "9115db6fce3ef8c224f2418a0bc5eadb6c00be05" | ||
"gitHead": "50009495e8f1809ca5bea2a4a87deb9f9f271479" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28185
1
1
+ Addedassert@2.1.0(transitive)
+ Addedavailable-typed-arrays@1.0.7(transitive)
+ Addedfor-each@0.3.3(transitive)
+ Addedhas-tostringtag@1.0.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-arguments@1.2.0(transitive)
+ Addedis-callable@1.2.7(transitive)
+ Addedis-generator-function@1.1.0(transitive)
+ Addedis-nan@1.3.2(transitive)
+ Addedis-regex@1.2.1(transitive)
+ Addedis-typed-array@1.1.15(transitive)
+ Addedobject-is@1.1.6(transitive)
+ Addedpossible-typed-array-names@1.0.0(transitive)
+ Addedsafe-regex-test@1.1.0(transitive)
+ Addedutil@0.12.5(transitive)
+ Addedwhich-typed-array@1.1.18(transitive)
- Removedassert@1.5.1(transitive)
- Removedinherits@2.0.3(transitive)
- Removedutil@0.10.4(transitive)
Updatedassert@^2.0.0