Comparing version 1.0.0 to 2.0.0
{ | ||
"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 = {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39
0
3820
55