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

marmot-client

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

marmot-client - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

11

lib/marmot.js

@@ -49,2 +49,6 @@ 'use strict';

if (acl === 'authenticated-read') {
form.append('acl', 'authenticated-read');
}
const requestUrl = `${this.endpoint}${pathname}?${querystring}`;

@@ -66,4 +70,11 @@ const stringToSign = this.signData(method, `${pathname}?${querystring}`);

}
async authenticatedReadUrl(url) {
return this.post({
pathname: '/openapi/storage_authenticated_read',
body: { url },
});
}
}
module.exports = MarmotClient;

20

package.json
{
"name": "marmot-client",
"version": "1.3.3",
"version": "1.3.4",
"description": "Marmot client.",

@@ -22,3 +22,7 @@ "keywords": [

"husky": "^3.1.0",
"intelli-espower-loader": "^1.0.1",
"lint-staged": "^9.5.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"power-assert": "^1.6.1",
"prettier": "^1.19.1"

@@ -30,4 +34,3 @@ },

"ci": "npm run lint && npm run test",
"test": "nyc --reporter=lcov --reporter=text mocha",
"contributor": "git-contributor"
"test": "nyc mocha"
},

@@ -50,2 +53,13 @@ "files": [

},
"nyc": {
"include": [
"lib",
"index.js"
],
"reporter": [
"lcov",
"text",
"text-summary"
]
},
"engines": {

@@ -52,0 +66,0 @@ "node": ">=8"

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