Socket
Socket
Sign inDemoInstall

@loopback/metadata

Package Overview
Dependencies
Maintainers
10
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/metadata - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

4

dist/types.d.ts
/**
* Decorator function types
*/
export declare type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator;
export type DecoratorType = ClassDecorator | PropertyDecorator | MethodDecorator | ParameterDecorator;
/**

@@ -27,3 +27,3 @@ * A strongly-typed metadata accessor via reflection

*/
export declare type MetadataKey<T, D extends DecoratorType> = MetadataAccessor<T, D> | string;
export type MetadataKey<T, D extends DecoratorType> = MetadataAccessor<T, D> | string;
/**

@@ -30,0 +30,0 @@ * An object mapping keys to corresponding metadata

{
"name": "@loopback/metadata",
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata",
"version": "5.0.5",
"version": "5.0.6",
"keywords": [

@@ -48,10 +48,10 @@ "LoopBack",

"devDependencies": {
"@loopback/build": "^9.0.5",
"@loopback/eslint-config": "^13.0.5",
"@loopback/testlab": "^5.0.5",
"@loopback/build": "^9.0.6",
"@loopback/eslint-config": "^13.0.6",
"@loopback/testlab": "^5.0.6",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.190",
"@types/node": "^14.18.33"
"@types/lodash": "^4.14.191",
"@types/node": "^14.18.34"
},
"gitHead": "2d762e2a1bcc73263dd7776e072b3ec3a9279472"
"gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
}
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