octopackjs icon indicating copy to clipboard operation
octopackjs copied to clipboard

A nodejs tool for packaging and pushing projects to an Octopus Deploy instance.

Results 10 octopackjs issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

When I did 'npm install' in this repository I got a nasty warning about there being 4 low and 1 high priority vulnerabilities. It may or may not be important...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi, Our package builder jobs ran into a timeout issue pushing a large package >2gb which was failing due to a POST request timeout. ```js var octo = require('@octopusdeploy/octopackjs'); octo.push('./bin/Sample.Web.3.2.1.tar.gz',...

[@octopusdeploy/octopackjs](https://www.npmjs.com/package/@octopusdeploy/octopackjs) and [@octopusdeploy/octojs](https://www.npmjs.com/package/@octopusdeploy/octojs) both reference this same github repository. One is a library and the other is a CLI tool, and they appear to have pretty different APIs. Could you...

I've installed the npm package for this, which reports 0.1.4, yet I don't see that in the tags here - in fact, not even in the master history. Is 0.2.4...

Hi Just wanted to say I love this package. However I've come across an issue with its use of the output of `npm ls`. Below if a selection of the...

Eslint is a great linter which combines jshint & jscs + many more features. Might be good to implement this in this project as well so contributers use the same...