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

apis-return

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apis-return - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -32,3 +32,3 @@ 'use strict';

cb(null, ret);
} if (isEmpty(result) && ErrorClass) {
} else if (isEmpty(result) && ErrorClass) {
cb(new ErrorClass());

@@ -35,0 +35,0 @@ } else {

{
"name": "apis-return",
"description": "Return value apis helper",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [

@@ -6,0 +6,0 @@ "future",

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