Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cortec/polka

Package Overview
Dependencies
Maintainers
1
Versions
34
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.2.0 to 1.3.0

5

dist/index.js

@@ -16,2 +16,3 @@ "use strict";

const methods = [
'all',
'get',

@@ -159,5 +160,7 @@ 'head',

handler() {
return this.app?.handler;
if (!this.app)
throw new Error(`module ${this.name} is not loaded`);
return this.app.handler;
}
}
exports.default = Polka;

4

package.json
{
"name": "@cortec/polka",
"version": "1.2.0",
"version": "1.3.0",
"description": "<description>",

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

},
"gitHead": "ddb80340bcaf8d4becb35f4a568e79c0fbc5d604"
"gitHead": "068ea41a5413dbd7edf26f967507658b882aba3c"
}
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