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

argle

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argle - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/argle.js

@@ -1,2 +0,1 @@

var isArray = require('lodash.isarray');
var isFunction = require('lodash.isfunction');

@@ -20,3 +19,3 @@ var isNumber = require('lodash.isnumber');

if (isArray(options)) {
if (Array.isArray(options)) {
options = { defaults: options }

@@ -23,0 +22,0 @@ }

{
"name": "argle",
"version": "1.1.0",
"version": "1.1.1",
"description": "Convenient arg-shifting to make optional parameters nicer",

@@ -30,3 +30,2 @@ "author": {

"dependencies": {
"lodash.isarray": "^4.0.0",
"lodash.isfunction": "^3.0.8",

@@ -33,0 +32,0 @@ "lodash.isnumber": "^3.0.3"

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