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

bianco.is-iterable

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bianco.is-iterable - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

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

* @param { * } obj - anything
* @returns { Boolean } either true or false
* @returns { boolean } either true or false
*/

@@ -9,0 +9,0 @@ function isIterable(obj) {

/**
* It will return true if the object can be looped
* @param { * } obj - anything
* @returns { Boolean } either true or false
* @returns { boolean } either true or false
*/

@@ -6,0 +6,0 @@ export default function isIterable(obj) {

{
"name": "bianco.is-iterable",
"version": "0.0.2",
"version": "0.0.3",
"description": "Function returning true if an object could be looped",

@@ -36,5 +36,10 @@ "main": "index.js",

"devDependencies": {
"jsdom": "11.7.0",
"jsdom-global": "3.0.2"
"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^4.19.1",
"jsdom": "11.11.0",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"rollup": "^0.59.4",
"rollup-plugin-node-resolve": "^3.3.0"
}
}
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