Socket
Socket
Sign inDemoInstall

@git-stack/core

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-stack/core - npm Package Compare versions

Comparing version 0.0.19-3 to 0.0.20

lib/interfaces/git-core.d.ts

39

lib/index.js

@@ -190,4 +190,43 @@ module.exports =

__export(__webpack_require__(/*! ./constants */ "./src/constants/index.ts"));
__export(__webpack_require__(/*! ./interfaces */ "./src/interfaces/index.ts"));
/***/ }),
/***/ "./src/interfaces/git-core.ts":
/*!************************************!*\
!*** ./src/interfaces/git-core.ts ***!
\************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RefType;
(function (RefType) {
RefType[RefType["Head"] = 0] = "Head";
RefType[RefType["RemoteHead"] = 1] = "RemoteHead";
RefType[RefType["Tag"] = 2] = "Tag";
})(RefType = exports.RefType || (exports.RefType = {}));
/***/ }),
/***/ "./src/interfaces/index.ts":
/*!*********************************!*\
!*** ./src/interfaces/index.ts ***!
\*********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(/*! ./git-core */ "./src/interfaces/git-core.ts"));
/***/ })

@@ -194,0 +233,0 @@

1

lib/interfaces/index.d.ts
export * from './git-settings';
export * from './git-user';
export * from './git-repository';
export * from './git-core';

4

package.json
{
"name": "@git-stack/core",
"version": "0.0.19-3",
"version": "0.0.20",
"description": "Sample core for higher packages to depend on",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

"devDependencies": {
"@git-stack/utils": "^0.0.19-3",
"@git-stack/utils": "^0.0.20",
"cross-env": "^5.1.3",

@@ -46,0 +46,0 @@ "jest": "^22.4.2",

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