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.6 to 0.1.8

dist/cloner-git.js

26

package.json
{
"name": "@jestaubach/cloner-git",
"version": "0.1.6",
"version": "0.1.8",
"description": "typescript library template",

@@ -24,21 +24,19 @@ "keywords": [],

"private": false,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"main": "./dist/cloner-git.umd.cjs",
"module": "./dist/cloner-git.js",
"types": "./dist/index.d.ts",
"files": [
"dist/src"
"dist"
],
"scripts": {
"build": "tsc && tscpaths -p tsconfig.json -s ./ -o ./dist -v",
"test": "rm -f debug.log && npm run build && jest --filter=\"./dist/__tests__/testUtils/testFilter.js\"",
"bump": "npm version patch",
"release": "git push --tags && npm publish"
"build": "tsc && vite build",
"test": "vitest run --coverage"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.1",
"@xascode/tscpaths": "^0.1.4",
"fs-extra": "^10.0.0",
"ts-jest": "^28.0.7",
"typescript": "^4.5.5"
"@vitest/coverage-istanbul": "^0.32.0",
"typescript": "^4.5.5",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.0"
},

@@ -45,0 +43,0 @@ "dependencies": {

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

# ts-lib-template
# cloner-git
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