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
6
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.2.1 to 1.3.0

lib/ContractLoader.js

24

package.json
{
"name": "@colony/colony-js-contract-loader",
"version": "1.2.1",
"version": "1.3.0",
"description": "Contract loader interfaces",
"main": "index.js",
"main": "lib/index.js",
"files": [
"interface",
"index.js",
"lib",
"README.md"

@@ -16,5 +15,9 @@ ],

"scripts": {
"lint": "eslint ./{,interface/}*.js",
"precommit": "lint-staged",
"prepublish": "yarn run precommit"
"build": "yarn run clean && yarn run build:lib && yarn run build:flow",
"build:flow": "flow-copy-source src lib --ignore '__tests__/*.js'",
"build:lib": "babel src --out-dir lib --ignore __tests__ --source-maps",
"clean": "shx rm -rf lib",
"flow": "flow check",
"lint": "eslint src/{,**/}*.js",
"precommit": "lint-staged"
},

@@ -37,3 +40,4 @@ "lint-staged": {

"devDependencies": {
"flow-bin": "^0.72.0"
"flow-bin": "^0.73.0",
"flow-copy-source": "^2.0.0"
},

@@ -43,3 +47,7 @@ "engines": {

"yarn": ">=1.3.2"
},
"dependencies": {
"assert": "^1.4.1",
"babel-runtime": "^6.26.0"
}
}
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