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

@ayan4m1/git-clone-sparse

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

@ayan4m1/git-clone-sparse - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

1

lib/index.d.ts
import { cloneSparse } from './utils.js';
export default cloneSparse;
export { CloneSparseOptions } from './utils.js';

40

package.json

@@ -5,22 +5,24 @@ {

"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@eslint/js": "^9.12.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.12",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.7.6",
"@types/rollup-plugin-auto-external": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"auto-changelog": "^2.4.0",
"auto-changelog": "^2.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-shebang-bin": "^0.0.6",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
"rollup-plugin-shebang-bin": "^0.0.7",
"tslib": "^2.8.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.10.0"
},

@@ -47,3 +49,3 @@ "engines": {

"develop": "rollup -c -w --configPlugin typescript",
"lint": "eslint ./src --ext .ts",
"lint": "eslint ./src/**/*.ts",
"prepack": "cross-env NODE_ENV=production rollup -c --configPlugin typescript",

@@ -55,7 +57,7 @@ "version": "auto-changelog -p -b 10 -l 10 && git add CHANGELOG.md",

"types": "lib/index.d.ts",
"version": "0.4.0",
"version": "0.4.1",
"dependencies": {
"commander": "12.0.0",
"semver": "7.6.2"
"commander": "12.1.0",
"semver": "7.6.3"
}
}
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