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
1
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.0.19 to 1.0.20

3

lib/upload_package.js

@@ -74,4 +74,5 @@ 'use strict';

const mapper = item => {
const rootPath = item.path.split('/').slice(1).join('/');
const localPath = path.join(uncompressPath, item.path);
const ossPath = path.join(prefix, item.path);
const ossPath = path.join(prefix, rootPath);
return uploadOne({ ossClient, ossPath, localPath, acl });

@@ -78,0 +79,0 @@ };

{
"name": "marmot-release",
"version": "1.0.19",
"version": "1.0.20",
"description": "marmot release tool",

@@ -5,0 +5,0 @@ "main": "index.js",

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