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

cf-common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-common - npm Package Compare versions

Comparing version 0.0.11 to 0.0.38

.jshintrc

3

index.js
module.exports = {
analysisUtils : require('./analysis-utils')
analysisUtils : require('./analysisUtils/analysis-utils'),
TaskLogger: require('./taskLogger/taskLogger')
};
{
"name": "cf-common",
"version": "0.0.11",
"version": "0.0.38",
"description": "common modules for codefresh runtime and api",

@@ -10,3 +10,27 @@ "main": "index.js",

"author": "Codefresh <admin@codefresh.io> (http://codefresh.io)",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.2.0",
"gulp-istanbul": "^0.10.4",
"gulp-jshint": "^1.11.0",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-rimraf": "^0.1.1",
"isparta": "^4.0.0",
"mocha": "^3.5.0",
"proxyquire": "^1.7.4",
"run-sequence": "^1.1.0",
"shelljs": "^0.6.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"cf-errors": "git+https://github.com/codefresh-io/cf-errors.git#3ca76e5d303364021c453e3a95d3117874ef75b1",
"crypto": "0.0.3",
"lodash": "^3.10.1",
"q": "^1.4.1",
"request-promise": "^4.2.1"
}
}
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