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

poyocore-back

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poyocore-back - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "poyocore-back",
"version": "1.0.9",
"version": "1.0.10",
"description": "Quick/easy code a node server for API, or file serve",

@@ -5,0 +5,0 @@ "main": "src/PoyoCore.js",

@@ -44,6 +44,5 @@ /**

if (depth == url.length
&& ((pointer['/GET'] && pointer['/GET'].plugin)
|| (pointer['/POST'] && pointer['/POST'].plugin))
&& pointer['/'+requestData.req.method]
&& pointer['/'+requestData.req.method].plugin
) {
variables.fileName = nodeName;
break;

@@ -50,0 +49,0 @@ }

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