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

@gasket/plugin-git

Package Overview
Dependencies
Maintainers
7
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-git - npm Package Compare versions

Comparing version 6.36.1 to 6.38.0

28

package.json
{
"name": "@gasket/plugin-git",
"version": "6.36.1",
"version": "6.38.0",
"description": "Adds git support to your application",

@@ -13,7 +13,6 @@ "main": "lib",

"lint:fix": "npm run lint -- --fix",
"test": "npm run test:runner",
"test:runner": "mocha --require ./test/setup.js \"test/**/*.*(test|spec).js\"",
"test:coverage": "nyc --reporter=text --reporter=json-summary npm run test:runner",
"posttest": "npm run lint",
"report": "nyc report --reporter=lcov"
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"posttest": "npm run lint"
},

@@ -42,20 +41,17 @@ "repository": {

"dependencies": {
"@gasket/utils": "^6.36.1"
"@gasket/utils": "^6.38.0"
},
"devDependencies": {
"assume": "^2.3.0",
"assume-sinon": "^1.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint-config-godaddy": "^6.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-unicorn": "^44.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.0"
"jest": "^29.3.1"
},
"eslintConfig": {
"extends": [
"godaddy"
"godaddy",
"plugin:jest/recommended"
],

@@ -69,3 +65,3 @@ "plugins": [

},
"gitHead": "f7112c146cc51335e311636f34e94307f488d2a6"
"gitHead": "bd5dca4b0de093e274845e98bf77a0e0fbe2b711"
}
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