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

@cortec/polka

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortec/polka - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

dist/index.js

@@ -76,3 +76,3 @@ "use strict";

return (path, controller) => {
const missing = controller.modules?.filter((module) => ctx.has(module));
const missing = controller.modules?.filter((module) => !ctx.has(module));
let rateLimit = null;

@@ -79,0 +79,0 @@ if (missing?.length) {

{
"name": "@cortec/polka",
"version": "1.5.2",
"version": "1.5.3",
"description": "<description>",

@@ -48,3 +48,3 @@ "main": "dist/index.js",

},
"gitHead": "dad62076c1050f4e427d749d414f24c482f4d428"
"gitHead": "a58f9097b8dd5ab4e34cf2131f8384603b8c470d"
}
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