Socket
Socket
Sign inDemoInstall

@microtica/code-repository

Package Overview
Dependencies
60
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

js/index.d.ts

@@ -0,2 +1,3 @@

import { RepoCredentialsType } from "./code-repository";
import { Bitbucket } from "./bitbucket";
export { Bitbucket };
export { Bitbucket, RepoCredentialsType };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const code_repository_1 = require("./code-repository");
exports.RepoCredentialsType = code_repository_1.RepoCredentialsType;
const bitbucket_1 = require("./bitbucket");
exports.Bitbucket = bitbucket_1.Bitbucket;
//# sourceMappingURL=index.js.map
{
"name": "@microtica/code-repository",
"version": "0.1.0",
"version": "0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc