New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marmot-release

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marmot-release - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

lib/upload.js

@@ -35,2 +35,4 @@ 'use strict';

const REQUEST_TIMEOUTS = [20 * 1000, 60 * 1000];
/**

@@ -274,2 +276,3 @@ * @param {String} acl object acl [default|public-read-write|public-read|private]

writeStream: fs.createWriteStream(downloadFile),
timeout: REQUEST_TIMEOUTS,
});

@@ -287,2 +290,3 @@ return {

streaming: true,
timeout: REQUEST_TIMEOUTS,
});

@@ -289,0 +293,0 @@ source = streamResponse.res;

10

package.json
{
"name": "marmot-release",
"version": "1.2.4",
"version": "1.2.5",
"description": "marmot release tool",

@@ -28,4 +28,3 @@ "main": "index.js",

"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint . --fix",
"contributor": "git-contributor"
"lint": "eslint . --fix"
},

@@ -38,3 +37,3 @@ "engines": {

"type": "git",
"url": "https://github.com/macacajs/marmot-release.git"
"url": "git@github.com:marmot-hq/marmot-release.git"
},

@@ -44,4 +43,3 @@ "license": "MIT",

"eslint": "^5.2.0",
"eslint-config-antife": "^1.0.2",
"git-contributor": "^1.0.8",
"eslint-config-antife": "^2.0.0",
"intelli-espower-loader": "^1.0.1",

@@ -48,0 +46,0 @@ "mocha": "^5.2.0",

@@ -10,6 +10,6 @@ # Release build files

[npm-url]: https://npmjs.org/package/marmot-release
[travis-image]: https://img.shields.io/travis/macacajs/marmot-release.svg?style=flat-square
[travis-url]: https://travis-ci.org/macacajs/marmot-release
[coveralls-image]: https://img.shields.io/coveralls/macacajs/marmot-release.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/macacajs/marmot-release?branch=master
[travis-image]: https://img.shields.io/travis/marmot-hq/marmot-release.svg?style=flat-square
[travis-url]: https://travis-ci.org/marmot-hq/marmot-release
[coveralls-image]: https://img.shields.io/coveralls/marmot-hq/marmot-release.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/marmot-hq/marmot-release?branch=master
[download-image]: https://img.shields.io/npm/dm/marmot-release.svg?style=flat-square

@@ -45,16 +45,4 @@ [download-url]: https://npmjs.org/package/marmot-release

<!-- GITCONTRIBUTOR_START -->
## Contributors
|[<img src="https://avatars1.githubusercontent.com/u/2139038?v=4" width="100px;"/><br/><sub><b>zhangyuheng</b></sub>](https://github.com/zhangyuheng)<br/>|[<img src="https://avatars1.githubusercontent.com/u/15955374?v=4" width="100px;"/><br/><sub><b>gaius-qi</b></sub>](https://github.com/gaius-qi)<br/>|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>
| :---: | :---: | :---: |
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Wed Sep 12 2018 18:54:40 GMT+0800`.
<!-- GITCONTRIBUTOR_END -->
## License
[MIT](LICENSE)

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