New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

monodeploy-git

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monodeploy-git - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

20

lib/index.test.js

@@ -20,4 +20,10 @@ "use strict";

const cwd = tempRepositoryRoot;
await (0, _testUtils.createFile)('test.txt', cwd);
await (0, _testUtils.createFile)('testDir/test.txt', cwd);
await (0, _testUtils.createFile)({
filePath: 'test.txt',
cwd
});
await (0, _testUtils.createFile)({
filePath: 'testDir/test.txt',
cwd
});
(0, _child_process.execSync)('git add . && git commit -m "test: test file" -n', {

@@ -37,3 +43,6 @@ cwd

const cwd = tempRepositoryRoot;
await (0, _testUtils.createFile)('test.txt', cwd);
await (0, _testUtils.createFile)({
filePath: 'test.txt',
cwd
});
(0, _child_process.execSync)('git add . && git commit -m "test: test file" -n', {

@@ -54,3 +63,6 @@ cwd

await (0, _testUtils.createFile)('test.txt', cwd);
await (0, _testUtils.createFile)({
filePath: 'test.txt',
cwd
});
(0, _child_process.execSync)('git commit -m "test: base" --allow-empty', {

@@ -57,0 +69,0 @@ cwd

16

package.json
{
"name": "monodeploy-git",
"version": "0.0.3",
"version": "0.0.0",
"repository": "git@github.com:tophat/monodeploy.git",

@@ -8,6 +8,7 @@ "author": "Top Hat Monocle Corp. <opensource@tophat.com>",

"publishConfig": {
"registry": "https://registry.npmjs.org/"
"main": "./lib/index.js",
"registry": "https://registry.npmjs.org/",
"types": "./lib/index.d.ts"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [

@@ -24,8 +25,9 @@ "lib"

"devDependencies": {
"@types/node": "^14.14.25"
"@types/node": "^14.0.0"
},
"dependencies": {
"monodeploy-logging": "0.0.3",
"monodeploy-types": "0.0.1"
}
"monodeploy-logging": "0.0.4",
"monodeploy-types": "0.1.0"
},
"types": "./lib/index.d.ts"
}
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