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

isarray

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isarray - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

package.json
{
"name": "isarray",
"description": "Array#isArray for older browsers",
"version": "1.0.0",
"version": "2.0.0",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -23,3 +23,3 @@

With [npm](http://npmjs.org) do
With [npm](https://npmjs.org) do

@@ -31,10 +31,4 @@ ```bash

Then bundle for the browser with
[browserify](https://github.com/substack/browserify).
[browserify](https://github.com/substack/node-browserify).
With [component](http://component.io) do
```bash
$ component install juliangruber/isarray
```
## License

@@ -41,0 +35,0 @@

@@ -9,2 +9,3 @@ var isArray = require('./');

t.notOk(isArray(false));
t.notOk(isArray(""));

@@ -11,0 +12,0 @@ var obj = {};

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