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
8
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.44.4 to 6.45.0

14

lib/engine.d.ts

@@ -96,6 +96,3 @@ declare module '@gasket/engine' {

export type GasketConfigFile = Omit<GasketConfig, 'root' | 'env' | 'command'> & {
root?: string,
env?: string,
type Plugins = {
plugins?: {

@@ -105,6 +102,11 @@ presets?: Array<string>;

remove?: Array<string>;
},
};
};
environments?: Record<string, PartialRecursive<GasketConfig>>
export type GasketConfigFile = Omit<GasketConfig, 'root' | 'env' | 'command'> & Plugins & {
root?: string,
env?: string,
environments?: Record<string, PartialRecursive<GasketConfig & Plugins>>
}
}
{
"name": "@gasket/engine",
"version": "6.44.4",
"version": "6.45.0",
"description": "Plugin engine for gasket",

@@ -42,14 +42,14 @@ "main": "lib/engine.js",

"dependencies": {
"@gasket/resolve": "^6.44.4",
"debug": "^4.3.1"
"@gasket/resolve": "^6.45.0",
"debug": "^4.3.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint": "^8.56.0",
"eslint-config-godaddy": "^7.0.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-unicorn": "^44.0.0",
"jest": "^29.3.1"
"jest": "^29.7.0"
},

@@ -73,3 +73,3 @@ "eslintConfig": {

},
"gitHead": "400cf99b67df149ab23ec65038371e9b188b4a34"
"gitHead": "e567d11560a0d3721ffbd4649fa4ee8b6b739afb"
}
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