Socket
Socket
Sign inDemoInstall

@microtica/code-repository

Package Overview
Dependencies
108
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.22 to 0.1.23

6

js/bitbucket.js

@@ -103,4 +103,4 @@ "use strict";

});
request(`https://${this.credentials.username}:${this.credentials.password}@bitbucket.org/${repoName}/get/${version}.zip`).pipe(stream);
archive.pipe(output);
request(`https://${this.credentials.username}:${this.credentials.password}@bitbucket.org/${repoName}/get/${version}.zip`).pipe(stream);
stream.pipe(unzip.Parse())

@@ -113,4 +113,4 @@ .on('entry', (entry) => {

archive.append(entry, { name });
});
stream.on('finish', () => archive.finalize());
})
.on('finish', () => archive.finalize());
return output;

@@ -117,0 +117,0 @@ }

{
"name": "@microtica/code-repository",
"version": "0.1.22",
"version": "0.1.23",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc