🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@socketregistry/array-includes

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/array-includes - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+1
-1
index.d.ts
import Impl from './implementation'
declare const {
x: ArrayProtoIncludes
x: ArrayProtoIncludes,
}: {

@@ -5,0 +5,0 @@ x: typeof Impl & {

@@ -9,3 +9,3 @@ 'use strict'

value,
writable: true
writable: true,
})

@@ -22,4 +22,4 @@

implementation: desc(impl),
shim: desc(require('./shim'))
}
shim: desc(require('./shim')),
},
)

@@ -26,0 +26,0 @@ module.exports.getPolyfill = module.exports.getPolyfill

{
"name": "@socketregistry/array-includes",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Socket.dev optimized package override for array-includes",