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.50 to 2.0.51

2

lib/decorators.js

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

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

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

{
"name": "@spinajs/di",
"version": "2.0.50",
"version": "2.0.51",
"description": "lightweight di container ",

@@ -22,4 +22,4 @@ "exports": "./lib/index.js",

"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postinstall": "npm run build"
"version": "npm run format && git add -A src"
},

@@ -26,0 +26,0 @@ "files": [

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