New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

es-aggregate-error

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-aggregate-error - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

8

CHANGELOG.md

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

## [v1.0.12](https://github.com/es-shims/AggregateError/compare/v1.0.11...v1.0.12) - 2024-02-04
### Commits
- [Deps] update `define-data-property`, `es-abstract`, `function-bind`, `get-intrinsic`, `has-property-descriptors` [`e58ffc2`](https://github.com/es-shims/AggregateError/commit/e58ffc2aeafd00632046a66d20f5f26a349821cf)
- [Dev Deps] update `aud`, `npmignore`, `object-inspect`, `tape` [`78fe590`](https://github.com/es-shims/AggregateError/commit/78fe590e8aab85afcad7d634433e98cc932e31b4)
- [Refactor] use `es-errors` where possible, so things that only need those do not need `get-intrinsic` [`9c69ddd`](https://github.com/es-shims/AggregateError/commit/9c69ddd0bb2848c28d72239c45be793d2a8a7694)
## [v1.0.11](https://github.com/es-shims/AggregateError/compare/v1.0.10...v1.0.11) - 2023-09-13

@@ -10,0 +18,0 @@

4

implementation.js

@@ -10,6 +10,4 @@ 'use strict';

var GetIntrinsic = require('get-intrinsic');
var $Error = require('es-errors');
var $Error = GetIntrinsic('%Error%');
// eslint-disable-next-line func-style

@@ -16,0 +14,0 @@ function AggregateError(errors, message) {

{
"name": "es-aggregate-error",
"version": "1.0.11",
"version": "1.0.12",
"contributors": [

@@ -51,9 +51,9 @@ {

"dependencies": {
"define-data-property": "^1.1.0",
"define-data-property": "^1.1.1",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.2.1",
"es-abstract": "^1.22.3",
"es-errors": "^1.1.0",
"function-bind": "^1.1.2",
"globalthis": "^1.0.3",
"has-property-descriptors": "^1.0.0",
"has-property-descriptors": "^1.0.1",
"set-function-name": "^2.0.1"

@@ -64,3 +64,3 @@ },

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

@@ -73,7 +73,7 @@ "es6-shim": "^0.35.8",

"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"object-inspect": "^1.12.3",
"object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.6"
"tape": "^5.7.4"
},

@@ -80,0 +80,0 @@ "engines": {

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