Socket
Socket
Sign inDemoInstall

@microtica/code-repository

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microtica/code-repository - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

7

js/bitbucket.js

@@ -103,5 +103,8 @@ "use strict";

.on('entry', (entry) => {
const name = entry.path.substring(entry.path.indexOf('/') + 1);
if (!name && name.indexOf(subPath) !== 0)
let name = entry.path.substring(entry.path.indexOf('/') + 1);
if (!name)
return;
if (name.indexOf(subPath) === 0) {
name = name.substring(subPath.length);
}
console.log('[INFO] Zip:', name);

@@ -108,0 +111,0 @@ packageArchive.append(entry, { name });

{
"name": "@microtica/code-repository",
"version": "2.1.0",
"version": "2.1.1",
"description": "Integration module with git repository providers",

@@ -5,0 +5,0 @@ "keywords": [

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