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

@tanbo/di

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanbo/di - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

bundles/core/decorators.d.ts

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

import { Annotations } from './annotations';
export declare function makeParamDecorator(token: any, ...params: any[]): ParameterDecorator;

@@ -5,1 +6,2 @@ export declare function makePropertyDecorator(token: any, ...params: any[]): PropertyDecorator;

export declare function makeClassDecorator(token: any, ...params: any[]): ClassDecorator;
export declare function getAnnotations(target: any): Annotations;

2

bundles/core/decorators.js

@@ -38,3 +38,3 @@ import { Annotations } from './annotations';

}
function getAnnotations(target) {
export function getAnnotations(target) {
if (!target.hasOwnProperty('__annotaions__')) {

@@ -41,0 +41,0 @@ const annotations = new Annotations();

{
"name": "@tanbo/di",
"version": "0.0.7",
"version": "0.0.8",
"description": "A dependency injection Library",

@@ -5,0 +5,0 @@ "main": "./bundles/public-api.js",

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