Socket
Socket
Sign inDemoInstall

which-typed-array

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

which-typed-array - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

9

CHANGELOG.md

@@ -8,2 +8,11 @@ # Changelog

## [v1.1.9](https://github.com/inspect-js/which-typed-array/compare/v1.1.8...v1.1.9) - 2022-11-02
### Commits
- [Dev Deps] update `aud`, `is-callable`, `tape` [`9a20b3c`](https://github.com/inspect-js/which-typed-array/commit/9a20b3cb8f5d087789a8160395517bffe27b4339)
- [Refactor] use `gopd` instead of `es-abstract` helper [`00157af`](https://github.com/inspect-js/which-typed-array/commit/00157af909842b8b5affa5485d3574ec92d94065)
- [Deps] update `is-typed-array` [`6714240`](https://github.com/inspect-js/which-typed-array/commit/6714240e748cbbb634cb1e405ad762bc52acde66)
- [meta] add `sideEffects` flag [`89b96cc`](https://github.com/inspect-js/which-typed-array/commit/89b96cc3decc78d9621598e94fa1c2bb87eabf2e)
## [v1.1.8](https://github.com/inspect-js/which-typed-array/compare/v1.1.7...v1.1.8) - 2022-05-14

@@ -10,0 +19,0 @@

2

index.js

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

var callBound = require('call-bind/callBound');
var gOPD = require('gopd');

@@ -16,3 +17,2 @@ var $toString = callBound('Object.prototype.toString');

var toStrTags = {};
var gOPD = require('es-abstract/helpers/getOwnPropertyDescriptor');
var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');

@@ -19,0 +19,0 @@ if (hasToStringTag && gOPD && getPrototypeOf) {

{
"name": "which-typed-array",
"version": "1.1.8",
"version": "1.1.9",
"author": {

@@ -22,2 +22,3 @@ "name": "Jordan Harband",

"main": "index.js",
"sideEffects": false,
"scripts": {

@@ -63,14 +64,14 @@ "prepack": "npmignore --auto --commentLines=autogenerated",

"call-bind": "^1.0.2",
"es-abstract": "^1.20.0",
"for-each": "^0.3.3",
"gopd": "^1.0.1",
"has-tostringtag": "^1.0.0",
"is-typed-array": "^1.1.9"
"is-typed-array": "^1.1.10"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"is-callable": "^1.2.4",
"is-callable": "^1.2.7",
"make-arrow-function": "^1.2.0",

@@ -81,3 +82,3 @@ "make-generator-function": "^2.0.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.6.1"
},

@@ -84,0 +85,0 @@ "testling": {

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