@socketregistry/array-includes
Advanced tools
+1
-1
| import Impl from './implementation' | ||
| declare const { | ||
| x: ArrayProtoIncludes | ||
| x: ArrayProtoIncludes, | ||
| }: { | ||
@@ -5,0 +5,0 @@ x: typeof Impl & { |
+3
-3
@@ -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 |
+1
-1
| { | ||
| "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", |
6179
0.06%