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.14 to 1.0.15

.marmot-release.js

3

bin/release.js

@@ -19,3 +19,2 @@ #!/usr/bin/env node

.parse(process.argv);
const bucket = program.bucket;

@@ -26,2 +25,4 @@ const prefix = program.prefix || '';

// TODO
// existsSync 检测 并不是远程下载链接
if (!bucket || !fs.existsSync(source)) {

@@ -28,0 +29,0 @@ program.help();

@@ -46,4 +46,3 @@ 'use strict';

}) {
console.log('-------------------------------------------------s')
console.log(source)
assert(typeof source === 'string' && source.endsWith('.tgz'), 'source package is invalid');

@@ -95,3 +94,3 @@ assert(typeof prefix === 'string', 'prefix is invalid');

console.log('upload assets:');
const otherUrlpath = await pMap(other, mapper, { concurrency: 2 });
const otherUrlPath = await pMap(other, mapper, { concurrency: 2 });

@@ -98,0 +97,0 @@ console.log('upload html:');

{
"name": "marmot-release",
"version": "1.0.14",
"version": "1.0.15",
"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