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
7
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.38.1 to 6.38.5

2

lib/engine.js

@@ -40,3 +40,3 @@ const debug = require('debug')('gasket:engine');

if (isModulePath.test(pluginInfo.name)) {
keyName = pluginInfo.module.name || pluginInfo.name;
keyName = pluginInfo.module.name ? pluginIdentifier(pluginInfo.module.name).longName : pluginInfo.name;
} else {

@@ -43,0 +43,0 @@ keyName = pluginIdentifier(pluginInfo.name || pluginInfo.module.name).longName;

{
"name": "@gasket/engine",
"version": "6.38.1",
"version": "6.38.5",
"description": "Plugin engine for gasket",

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

"dependencies": {
"@gasket/resolve": "^6.38.1",
"@gasket/resolve": "^6.38.5",
"debug": "^4.3.1"

@@ -73,3 +73,3 @@ },

},
"gitHead": "2107f35f2995454c07877cfc1eac6cfabfae7889"
"gitHead": "e440984a7bdbd12ee13052dad690fee6a60cc360"
}
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