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

gitpair

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitpair - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

6

CHANGELOG.md

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

## [1.5.3](https://github.com/bdo/gitpair/compare/v1.5.2...v1.5.3) (2021-02-04)
### Bug Fixes
- spawnSync args param error ([a099dff](https://github.com/bdo/gitpair/commit/a099dff91d8bc58007a26964ec93027b8504712a))
## [1.5.2](https://github.com/bdo/gitpair/compare/v1.5.1...v1.5.2) (2021-01-21)

@@ -2,0 +8,0 @@

21

package.json
{
"name": "gitpair",
"version": "1.5.2",
"version": "1.5.3",
"license": "MIT",

@@ -51,7 +51,7 @@ "engines": {

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.9.0",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/node": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/register": "^7.12.13",
"@semantic-release/changelog": "^5.0.1",

@@ -66,3 +66,3 @@ "@semantic-release/git": "^9.0.0",

"debug": ">=2.6.9",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",

@@ -77,8 +77,9 @@ "eslint-plugin-jest": "^24.1.3",

"semantic-release": "^17.0.1",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0"
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
},
"resolutions": {
"mem": ">=4.0.0"
"mem": ">=4.0.0",
"yargs-parser": ">=13.1.2"
}
}

@@ -25,3 +25,3 @@ import { bold } from 'chalk'

const trailers = coAuthoringTrailers(coAuthors)
const rawCommitMessage = stripCoAuthorship(run('git', 'log', '-1', '--pretty=%B'))
const rawCommitMessage = stripCoAuthorship(run('git', ['log', '-1', '--pretty=%B']))

@@ -28,0 +28,0 @@ log(bold('Rewriting last commit with the following info:'))

Sorry, the diff of this file is too big to display

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