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.0.2 to 0.0.3

2

index.js

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

return !Object.keys(something).length;
return typeof something === "object" && !Object.keys(something).length;
};

@@ -11,0 +11,0 @@

{
"name": "apis-return",
"description": "Return value apis helper",
"version": "0.0.2",
"version": "0.0.3",
"keywords": ["future", "web", "apis", "unionapi"],

@@ -6,0 +6,0 @@ "author": "Alexey Novikov <v@2dubs.com> (http://2dubs.com)",

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