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.4 to 1.1.5

7

CHANGELOG.md

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

## [v1.1.5](https://github.com/ljharb/Array.prototype.every/compare/v1.1.4...v1.1.5) - 2023-08-27
### Commits
- [Deps] update `define-properties`, `es-abstract` [`982cc25`](https://github.com/ljharb/Array.prototype.every/commit/982cc2536281d5619a46c423da2095cd1968d6bf)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`89b319c`](https://github.com/ljharb/Array.prototype.every/commit/89b319cbb22fd7ef3b4bab7d370ae84d3ef76cbb)
## [v1.1.4](https://github.com/ljharb/Array.prototype.every/compare/v1.1.3...v1.1.4) - 2022-11-02

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

6

implementation.js
'use strict';
var IsCallable = require('es-abstract/2022/IsCallable');
var ToObject = require('es-abstract/2022/ToObject');
var ToUint32 = require('es-abstract/2022/ToUint32');
var IsCallable = require('es-abstract/2023/IsCallable');
var ToObject = require('es-abstract/2023/ToObject');
var ToUint32 = require('es-abstract/2023/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/2022/RequireObjectCoercible');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var callBound = require('call-bind/callBound');

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

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

@@ -53,10 +53,10 @@ "name": "Jordan Harband",

"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"is-string": "^1.0.7"
},
"devDependencies": {
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",

@@ -72,3 +72,3 @@ "eslint": "=8.8.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
"tape": "^5.6.6"
},

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