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
5
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 5.3.1 to 5.3.2

5

CHANGELOG.md
# `@gasket/engine`
### 5.3.2
- Fix module path check regex to support Windows paths ([#160])
### 5.0.0

@@ -49,3 +53,4 @@

[#124]: https://github.com/godaddy/gasket/pull/124
[#160]: https://github.com/godaddy/gasket/pull/160
[Loader]:/packages/gasket-resolve/docs/api.md#Loader

2

lib/engine.js
const { Loader, pluginIdentifier } = require('@gasket/resolve');
let dynamicNamingId = 0;
const isModulePath = /^[/.]/;
const isModulePath = /^[/.]|^[a-zA-Z]:\\/;

@@ -6,0 +6,0 @@ class PluginEngine {

{
"name": "@gasket/engine",
"version": "5.3.1",
"version": "5.3.2",
"description": "Plugin engine for gasket",

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

},
"gitHead": "cd7eb2e22c200cefeb434d2b792812d533c411da"
"gitHead": "c22cc6c778356df46b94f625dcdd852d071d7ce8"
}
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