Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/di

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/di - npm Package Compare versions

Comparing version 2.0.53 to 2.0.54

2

lib/decorators.js

@@ -182,3 +182,3 @@ import { ResolveType } from './enums.js';

return (target, key) => {
let type = Reflect.getMetadata('design:type', target, key);
const type = Reflect.getMetadata('design:type', target, key);
// property getter

@@ -185,0 +185,0 @@ const getter = () => {

{
"name": "@spinajs/di",
"version": "2.0.53",
"version": "2.0.54",
"description": "lightweight di container ",

@@ -46,3 +46,3 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/exceptions": "^2.0.53",
"@spinajs/exceptions": "^2.0.54",
"lodash": "^4.17.21",

@@ -49,0 +49,0 @@ "reflect-metadata": "^0.1.13"

Sorry, the diff of this file is not supported yet

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