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

@tsed/di

Package Overview
Dependencies
Maintainers
1
Versions
1041
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/di - npm Package Compare versions

Comparing version 8.4.3 to 8.4.4

2

lib/esm/node/utils/asyncHookContext.js

@@ -1,2 +0,2 @@

import { AsyncLocalStorage, AsyncResource } from "async_hooks";
import { AsyncLocalStorage, AsyncResource } from "node:async_hooks";
const storage = new AsyncLocalStorage();

@@ -3,0 +3,0 @@ export function getAsyncStore() {

/// <reference types="node" resolution-mode="require"/>
import { AsyncLocalStorage } from "async_hooks";
import { AsyncLocalStorage } from "node:async_hooks";
import { InjectorService } from "../../common/index.js";

@@ -4,0 +4,0 @@ import type { DIContext } from "../domain/DIContext.js";

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "8.4.3",
"version": "8.4.4",
"source": "./src/index.ts",

@@ -34,8 +34,8 @@ "main": "./lib/esm/index.js",

"devDependencies": {
"@tsed/barrels": "8.4.3",
"@tsed/core": "8.4.3",
"@tsed/hooks": "8.4.3",
"@tsed/barrels": "8.4.4",
"@tsed/core": "8.4.4",
"@tsed/hooks": "8.4.4",
"@tsed/logger": "^7.0.1",
"@tsed/schema": "8.4.3",
"@tsed/typescript": "8.4.3",
"@tsed/schema": "8.4.4",
"@tsed/typescript": "8.4.4",
"cross-env": "7.0.3",

@@ -48,6 +48,6 @@ "eslint": "9.12.0",

"peerDependencies": {
"@tsed/core": ">=8.4.3",
"@tsed/hooks": ">=8.4.3",
"@tsed/core": ">=8.4.4",
"@tsed/hooks": ">=8.4.4",
"@tsed/logger": ">=7.0.1",
"@tsed/schema": ">=8.4.3"
"@tsed/schema": ">=8.4.4"
},

@@ -54,0 +54,0 @@ "peerDependenciesMeta": {

@@ -1,2 +0,2 @@

import {AsyncLocalStorage, AsyncResource} from "async_hooks";
import {AsyncLocalStorage, AsyncResource} from "node:async_hooks";

@@ -3,0 +3,0 @@ import {InjectorService} from "../../common/index.js";

Sorry, the diff of this file is not supported yet

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