Socket
Socket
Sign inDemoInstall

aggregate-error-or-core-js

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.11

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

## [1.0.11](https://github.com/bluelovers/ws-error/compare/aggregate-error-or-core-js@1.0.9...aggregate-error-or-core-js@1.0.11) (2023-10-20)
### 📌 Dependencies
* update deps ([1abe7cf](https://github.com/bluelovers/ws-error/commit/1abe7cfaf3a6d073805f1cf7b7247638640e23a0))
### 🔖 Miscellaneous
* . ([05a7b5a](https://github.com/bluelovers/ws-error/commit/05a7b5af1e5de8f6b1a1e7e4a126f5d8e89b4741))
## [1.0.10](https://github.com/bluelovers/ws-error/compare/aggregate-error-or-core-js@1.0.9...aggregate-error-or-core-js@1.0.10) (2023-10-20)
### 📌 Dependencies
* update deps ([1abe7cf](https://github.com/bluelovers/ws-error/commit/1abe7cfaf3a6d073805f1cf7b7247638640e23a0))
## [1.0.9](https://github.com/bluelovers/ws-error/compare/aggregate-error-or-core-js@1.0.8...aggregate-error-or-core-js@1.0.9) (2022-10-15)

@@ -8,0 +33,0 @@

14

package.json
{
"name": "aggregate-error-or-core-js",
"version": "1.0.9",
"version": "1.0.11",
"description": "use global AggregateError or from core-js-pure",

@@ -28,4 +28,4 @@ "keywords": [

"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
"require": "./index.cjs",
"import": "./index.mjs"
},

@@ -48,5 +48,7 @@ "./package.json": "./package.json"

"test:jest": "jest --passWithNoTests",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",

@@ -58,3 +60,3 @@ "posttest": "yarn run build",

"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false & echo build:dts:tsc:emit",
"build:microbundle": "ynpx microbundle --target node",

@@ -82,6 +84,6 @@ "build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",

"dependencies": {
"core-js-pure": "^3.25.5"
"core-js-pure": "^3.33.0"
},
"packageManager": "yarn@^1.22.11",
"gitHead": "b5a5e76d38d7c5d1c06dd40db9687f3e5a9abecf"
"gitHead": "24afbf1e760beb8380e638f82e83d1906b3b5289"
}
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