Socket
Socket
Sign inDemoInstall

@bayerjs/core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bayerjs/core - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.2-alpha.0

5

lib/base.js

@@ -99,4 +99,5 @@ "use strict";

});
res.write("Cannot " + req.method + " " + req.url + "\n");
res.write("Error " + req.method + "ing " + req.url + "\n");
res.write(err);
res.write("\n");
}

@@ -116,3 +117,3 @@ res.end();

});
res.write("Cannot " + req.method + " " + req.url);
res.write("Cannot " + req.method + " " + req.url + "\n");
}

@@ -119,0 +120,0 @@ res.end();

2

package.json
{
"name": "@bayerjs/core",
"version": "0.0.1-alpha.0",
"version": "0.0.2-alpha.0",
"description": "Bayer.JS core server library",

@@ -5,0 +5,0 @@ "keywords": [

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc