Socket
Socket
Sign inDemoInstall

array.prototype.every

Package Overview
Dependencies
65
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

7

CHANGELOG.md

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

## [v1.1.6](https://github.com/ljharb/Array.prototype.every/compare/v1.1.5...v1.1.6) - 2024-03-16
### Commits
- [Refactor] update `es-abstract`, use `es-object-atoms` [`536750d`](https://github.com/ljharb/Array.prototype.every/commit/536750d5942f77cfc58bd92243a2cee3ce4028da)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`cd4fd18`](https://github.com/ljharb/Array.prototype.every/commit/cd4fd185132ecd474768b45abcdd239db4554df3)
## [v1.1.5](https://github.com/ljharb/Array.prototype.every/compare/v1.1.4...v1.1.5) - 2023-08-27

@@ -10,0 +17,0 @@

6

implementation.js
'use strict';
var IsCallable = require('es-abstract/2023/IsCallable');
var ToObject = require('es-abstract/2023/ToObject');
var ToUint32 = require('es-abstract/2023/ToUint32');
var IsCallable = require('es-abstract/2024/IsCallable');
var ToObject = require('es-abstract/2024/ToObject');
var ToUint32 = require('es-abstract/2024/ToUint32');
var callBound = require('call-bind/callBound');

@@ -7,0 +7,0 @@ var isString = require('is-string');

'use strict';
var define = require('define-properties');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var callBound = require('call-bind/callBound');

@@ -6,0 +6,0 @@

{
"name": "array.prototype.every",
"version": "1.1.5",
"version": "1.1.6",
"author": {

@@ -52,5 +52,6 @@ "name": "Jordan Harband",

"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.0",
"es-object-atoms": "^1.0.0",
"is-string": "^1.0.7"

@@ -61,3 +62,3 @@ },

"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",

@@ -70,6 +71,6 @@ "eslint": "=8.8.0",

"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.6"
"tape": "^5.7.5"
},

@@ -76,0 +77,0 @@ "testling": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc