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

@augment-vir/common

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/common - npm Package Compare versions

Comparing version 30.3.0 to 30.4.0

dist/augments/promise/promise-queue.d.ts

5

dist/index.d.ts

@@ -87,1 +87,6 @@ export * from './augments/array/array-map.js';

export * from './augments/type/writable.js';
/**
* This must be placed last to account for this depending on `typed-listen-target` which depends on
* part of `@augment-vir/common`.
*/
export * from './augments/promise/promise-queue.js';

@@ -87,1 +87,6 @@ export * from './augments/array/array-map.js';

export * from './augments/type/writable.js';
/**
* This must be placed last to account for this depending on `typed-listen-target` which depends on
* part of `@augment-vir/common`.
*/
export * from './augments/promise/promise-queue.js';

15

package.json
{
"name": "@augment-vir/common",
"version": "30.3.0",
"version": "30.4.0",
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",

@@ -42,11 +42,12 @@ "keywords": [

"dependencies": {
"@augment-vir/assert": "^30.3.0",
"@augment-vir/core": "^30.3.0",
"@augment-vir/assert": "^30.4.0",
"@augment-vir/core": "^30.4.0",
"@date-vir/duration": "^6.0.1",
"ansi-styles": "^6.2.1",
"json5": "^2.2.3",
"type-fest": "^4.26.1"
"type-fest": "^4.26.1",
"typed-event-target": "^4.0.2"
},
"devDependencies": {
"@web/dev-server-esbuild": "^1.0.2",
"@web/dev-server-esbuild": "^1.0.3",
"@web/test-runner": "^0.19.0",

@@ -56,5 +57,5 @@ "@web/test-runner-commands": "^0.9.0",

"@web/test-runner-visual-regression": "^0.10.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"execute-in-browser": "^1.0.3",
"istanbul-smart-text-reporter": "^1.1.4"
"istanbul-smart-text-reporter": "^1.1.5"
},

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