Socket
Socket
Sign inDemoInstall

is-typed-array

Package Overview
Dependencies
1
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.0.4 / 2015-10-13
=================
* [Deps] Add missing `foreach` dependency (#1)
1.0.2 / 2015-10-05

@@ -2,0 +6,0 @@ =================

2

index.js

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

if (hasToStringTag && gOPD && Object.getPrototypeOf) {
forEach(Object.keys(typedArrays), function (typedArray) {
forEach(typedArrays, function (_, typedArray) {
var arr = new global[typedArray]();

@@ -27,0 +27,0 @@ var proto = Object.getPrototypeOf(arr);

{
"name": "is-typed-array",
"version": "1.0.2",
"version": "1.0.3",
"author": "Jordan Harband",

@@ -49,3 +49,5 @@ "contributors": [

],
"dependencies": {},
"dependencies": {
"foreach": "^2.0.5"
},
"devDependencies": {

@@ -63,3 +65,2 @@ "tape": "^4.2.1",

"replace": "^0.3.0",
"foreach": "^2.0.5",
"is-callable": "^1.1.0"

@@ -66,0 +67,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc