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

git-cmd-repo-info

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cmd-repo-info - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

cjs/index.cjs

19

package.json
{
"name": "git-cmd-repo-info",
"version": "1.0.6",
"version": "1.0.7",
"description": "Retrieves repo information WITH relying on the git command.",
"main": "cjs/index.js",
"module": "esm/index.js",
"main": "cjs/index.cjs",
"module": "esm/index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./esm/index.mjs",
"require": "./cjs/index.cjs"
}
},
"repository": "git@github.com:CarterLi/git-repo-info.git",

@@ -18,6 +25,6 @@ "author": "李通洲 <carter.li@eoitek.com>",

"clean": "rm -rf esm cjs index.d.ts",
"build-esm": "tsc -p .",
"build-cjs": "tsc -p . -m commonjs --outDir cjs",
"test": "node test"
"build-esm": "tsc -p . && mv ./esm/index.js ./esm/index.mjs",
"build-cjs": "tsc -p . -m commonjs --outDir cjs && mv ./cjs/index.js ./cjs/index.cjs",
"test": "node test/index.cjs && node test/index.mjs"
}
}

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