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

@gasket/engine

Package Overview
Dependencies
Maintainers
6
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/engine - npm Package Compare versions

Comparing version 6.7.3 to 6.10.0

lib/engine.d.ts

5

CHANGELOG.md
# `@gasket/engine`
### 6.10.0
- TypeScript definitions for config & lifecycles ([#311])
### 6.7.3

@@ -69,3 +73,4 @@

[#299]: https://github.com/godaddy/gasket/pull/299
[#311]: https://github.com/godaddy/gasket/pull/311
[Loader]:/packages/gasket-resolve/docs/api.md#loader

24

package.json
{
"name": "@gasket/engine",
"version": "6.7.3",
"version": "6.10.0",
"description": "Plugin engine for gasket",
"main": "lib/engine.js",
"types": "lib/engine.d.ts",
"scripts": {

@@ -38,3 +39,3 @@ "lint": "eslint lib test",

"dependencies": {
"@gasket/resolve": "^6.3.0",
"@gasket/resolve": "^6.10.0",
"debug": "^4.3.1"

@@ -49,8 +50,23 @@ },

"eslint-plugin-mocha": "^8.0.0",
"jest": "^26.6.3"
"eslint-plugin-unicorn": "^39.0.0",
"jest": "^27.4.3"
},
"eslintConfig": {
"extends": [
"godaddy",
"plugin:jest/recommended"
],
"plugins": [
"unicorn"
],
"rules": {
"unicorn/filename-case": "error",
"no-undefined": 0,
"no-sync": 0
}
},
"jest": {
"testEnvironment": "node"
},
"gitHead": "d9ffd55a34b78f9a8d0a09e79cf93cf8a15a104d"
"gitHead": "eca8f68eb2389d28f47f2fcf0b06b2b7f9575177"
}
.eslintrc
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