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

leancloud-log-middleware

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leancloud-log-middleware - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

5

index.js

@@ -122,2 +122,4 @@ var request = require('request');

next();
}, function(){
next();
});

@@ -144,2 +146,5 @@ } else {

ORIGIN_JSON_FUNCTION.call(that, _result);
}, function(){
ORIGIN_JSON_FUNCTION.call(that, _result);
next();
});

@@ -146,0 +151,0 @@ } else {

2

package.json
{
"name": "leancloud-log-middleware",
"version": "1.3.0",
"version": "1.4.0",
"description": "Middleware of creating Leancloud object, by configuring LOG_SYSTEM_APP_ID, LOG_SYSTEM_APP_KEY and LOG_SYSTEM_CLASS",

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

@@ -15,2 +15,4 @@ # leancloud-log-middleware

## Initializing
This package will initialize leancloud (AV.init) in npm module.
(Or using AV func before AV.init will cause leancloud error.)

@@ -47,2 +49,2 @@ ```js

```
```
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