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

@gasket/plugin-lifecycle

Package Overview
Dependencies
Maintainers
7
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-lifecycle - npm Package Compare versions

Comparing version 6.36.1 to 6.38.0

27

package.json
{
"name": "@gasket/plugin-lifecycle",
"version": "6.36.1",
"version": "6.38.0",
"description": "Allows a gasket/ directory to be used for lifecycle hooks in applications.",

@@ -12,5 +12,5 @@ "main": "lib",

"lint:fix": "npm run lint -- --fix",
"test": "npm run test:runner",
"test:runner": "mocha test/plugin.test.js",
"test:coverage": "nyc --reporter=text --reporter=json-summary npm run test:runner",
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"posttest": "npm run lint"

@@ -44,15 +44,15 @@ },

"devDependencies": {
"@gasket/engine": "^6.36.1",
"assume": "^2.3.0",
"@gasket/engine": "^6.38.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"
"jest": "^29.3.1"
},
"eslintConfig": {
"extends": [
"godaddy"
"godaddy",
"plugin:jest/recommended"
],

@@ -66,3 +66,8 @@ "plugins": [

},
"gitHead": "f7112c146cc51335e311636f34e94307f488d2a6"
"jest": {
"testPathIgnorePatterns": [
"fixtures"
]
},
"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