Socket
Socket
Sign inDemoInstall

is-typed-array

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-typed-array - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -1,3 +0,8 @@

1.0.1 / 2015-05-06
1.0.2 / 2015-10-05
=================
* [Deps] Remove unneeded "isarray" dependency
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`
1.0.1 / 2015-10-02
=================
* Rerelease: avoid instanceof and the constructor property; work cross-realm; work with Symbol.toStringTag.

@@ -4,0 +9,0 @@

16

package.json
{
"name": "is-typed-array",
"version": "1.0.1",
"version": "1.0.2",
"author": "Jordan Harband",
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
}
],
"description": "Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",

@@ -43,5 +49,3 @@ "license": "MIT",

],
"dependencies": {
"isarray": "^0.0.1"
},
"dependencies": {},
"devDependencies": {

@@ -53,4 +57,4 @@ "tape": "^4.2.1",

"nsp": "^1.1.0",
"eslint": "^1.5.1",
"@ljharb/eslint-config": "^1.2.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0",
"make-arrow-function": "^1.1.0",

@@ -57,0 +61,0 @@ "make-generator-function": "^1.1.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