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

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.11 to 1.1.12

8

CHANGELOG.md

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

## [v1.1.12](https://github.com/inspect-js/which-typed-array/compare/v1.1.11...v1.1.12) - 2023-10-19
### Commits
- [Fix] somehow node 0.12 - 3 can hit here, and they lack slice but have set [`c28e9b8`](https://github.com/inspect-js/which-typed-array/commit/c28e9b84d6d68ad5f52236ba59c26b06cde6300b)
- [Deps] update `call-bind` [`a648554`](https://github.com/inspect-js/which-typed-array/commit/a64855495106235352ebb3550a860d3bfd4a1ce1)
- [Dev Deps] update `tape` [`7a094d6`](https://github.com/inspect-js/which-typed-array/commit/7a094d6f9219b903c9a9e13c559e68f0e9672b59)
## [v1.1.11](https://github.com/inspect-js/which-typed-array/compare/v1.1.10...v1.1.11) - 2023-07-17

@@ -10,0 +18,0 @@

2

index.js

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

var arr = new g[typedArray]();
cache['$' + typedArray] = callBind(arr.slice);
cache['$' + typedArray] = callBind(arr.slice || arr.set);
});

@@ -46,0 +46,0 @@ }

{
"name": "which-typed-array",
"version": "1.1.11",
"version": "1.1.12",
"author": {

@@ -62,3 +62,3 @@ "name": "Jordan Harband",

"available-typed-arrays": "^1.0.5",
"call-bind": "^1.0.2",
"call-bind": "^1.0.4",
"for-each": "^0.3.3",

@@ -80,3 +80,3 @@ "gopd": "^1.0.1",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.5"
"tape": "^5.7.1"
},

@@ -83,0 +83,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