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

checkup

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkup - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

lib/check.js

@@ -29,4 +29,7 @@ (function(scope) {

emptyIndex = indexOf.call(args),
isEmpty = ~emptyIndex;
isEmpty;
if (~emptyIndex)
isEmpty = emptyIndex + 1 <= lenNames;
if (lessArgs || isEmpty) {

@@ -33,0 +36,0 @@ if (lessArgs)

2

package.json
{
"name": "checkup",
"version": "1.0.2",
"version": "1.0.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "check arguments and if they wrong throw exeption",

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