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

pull-rebase-branches

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-rebase-branches - npm Package Compare versions

Comparing version 1.0.5 to 1.2.2

dist/index.d.ts

65

package.json
{
"name": "pull-rebase-branches",
"version": "1.0.5",
"version": "1.2.2",
"description": "cli for pulling & rebasing a list of branches",
"main": "index.js",
"author": "Atef Ben Ali",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/atefBB/pull-rebase-git-branches"
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"keywords": [
"pull",
"rebase",
"branches",
"git"
],
"author": "Atef Ben Ali",
"license": "ISC",
"dependencies": {

@@ -29,4 +33,35 @@ "chalk": "^5.0.0",

"bin": {
"pull-rebase-branches": "./index.js"
"pull-rebase-branches": "./dist/index.js"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"module": "dist/pull-rebase-branches.esm.js",
"size-limit": [
{
"path": "dist/pull-rbs.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/pull-rbs.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.3",
"@types/inquirer": "^8.1.3",
"@types/shelljs": "^0.8.9",
"husky": "^7.0.4",
"size-limit": "^7.0.4",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/atefBB/pull-rebase-git-branches"
}
}

@@ -0,0 +0,0 @@ # pull-rebase-git-branches

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