Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@colony/colony-js-contract-loader

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colony/colony-js-contract-loader - npm Package Compare versions

Comparing version 1.8.1 to 1.12.0-beta.4

2

lib/ContractLoader.js

@@ -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 @@

51

package.json
{
"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

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