Socket
Socket
Sign inDemoInstall

@lidcore/bs-express

Package Overview
Dependencies
1
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@lidcore/bs-express",
"version": "1.0.3",
"version": "1.0.4",
"description": "BuckleScript bindings for express.",

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

@@ -61,2 +61,7 @@ // Generated by BUCKLESCRIPT VERSION 4.0.6, PLEASE EDIT WITH CARE

function listen(prim, prim$1) {
prim.listen(prim$1);
return /* () */0;
}
function get(prim, prim$1, prim$2) {

@@ -114,2 +119,3 @@ prim.get(prim$1, prim$2);

exports.init = init;
exports.listen = listen;
exports.get = get;

@@ -116,0 +122,0 @@ exports.post = post;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc