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

@orikami/fn-to-json-api

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orikami/fn-to-json-api - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

@@ -16,3 +16,3 @@ const { json, text } = require("micro");

// Empty response on an OPTIONS request (CORS)
return;
return "OK";
}

@@ -19,0 +19,0 @@ const queryParams = query(req);

{
"name": "@orikami/fn-to-json-api",
"version": "0.3.0",
"version": "0.3.1",
"description": "Convert (jsonData) => {} to (req, res) => {}",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,5 +32,5 @@ # fn-to-json-api

0.3.0 - Return emptry response on OPTIONS request
0.3.1 - Return emptry response on OPTIONS request
0.2.0 - Add support for formencoded POST request
0.1.0 - Refactor
0.0.2 - Initial release
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