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

@socketregistry/arraybuffer.prototype.slice

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/arraybuffer.prototype.slice - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

28

package.json
{
"name": "@socketregistry/arraybuffer.prototype.slice",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -12,6 +12,28 @@ "description": "Socket.dev optimized package override for arraybuffer.prototype.slice",

"type": "git",
"url": "https://github.com/SocketDev/socket-registry-js",
"url": "git+https://github.com/SocketDev/socket-registry-js.git",
"directory": "packages/npm/arraybuffer.prototype.slice"
},
"main": "./index.js",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./auto": {
"types": "./auto.d.ts",
"default": "./auto.js"
},
"./implementation": {
"types": "./implementation.d.ts",
"default": "./implementation.js"
},
"./polyfill": {
"types": "./polyfill.d.ts",
"default": "./polyfill.js"
},
"./shim": {
"types": "./shim.d.ts",
"default": "./shim.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,

@@ -18,0 +40,0 @@ "engines": {

5

README.md

@@ -7,4 +7,5 @@ # @socketregistry/arraybuffer.prototype.slice

> A zero dependency drop-in replacement of
> [`arraybuffer.prototype.slice`](https://www.npmjs.com/package/arraybuffer.prototype.slice).
> A tested zero dependency drop-in replacement of
> [`arraybuffer.prototype.slice`](https://www.npmjs.com/package/arraybuffer.prototype.slice)
> complete with TypeScript types.

@@ -11,0 +12,0 @@ ## Installation

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