Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jestaubach/cloner-git

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jestaubach/cloner-git - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

14

dist/cloner-git.js

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

import { execFile as i } from "child_process";
function l(e) {

@@ -12,3 +11,3 @@ return async (t, o) => {

}
function a() {
function i() {
return async (e, t) => Promise.resolve({

@@ -20,6 +19,9 @@ error: { name: "", message: "oops!", code: -1 },

}
const s = { mock: l, mockError: a };
const s = { mock: l, mockError: i }, { execFile: a } = (() => {
const e = require("child_process");
return e && e.__esModule ? e : Object.assign(/* @__PURE__ */ Object.create(null), e, { default: e, [Symbol.toStringTag]: "Module" });
})();
async function m(e, t) {
return new Promise((o) => {
i("git", [...e], { cwd: t }, (r, n, c) => {
a("git", [...e], { cwd: t }, (r, n, c) => {
o({ error: r, stdout: n, stderr: c });

@@ -34,5 +36,5 @@ });

}
const h = { use: d, default: m, mock: s.mock, mockError: s.mockError };
const f = { use: d, default: m, mock: s.mock, mockError: s.mockError };
export {
h as default
f as default
};
{
"name": "@jestaubach/cloner-git",
"version": "0.1.8",
"version": "0.1.9",
"description": "typescript library template",

@@ -35,12 +35,16 @@ "keywords": [],

},
"dependencies": {
"@jestaubach/fs-helpers": "^0.2.13"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18.7.1",
"@vitest/coverage-istanbul": "^0.32.0",
"builtin-modules": "^3.3.0",
"lodash": "^4.17.21",
"typescript": "^4.5.5",
"vite-plugin-commonjs-externals": "^0.1.3",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.0"
},
"dependencies": {
"@jestaubach/fs-helpers": "^0.2.8"
}
}

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