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 6.0.0 to 6.1.0

18

package.json
{
"name": "@loopback/metadata",
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata",
"version": "6.0.0",
"version": "6.1.0",
"keywords": [

@@ -45,13 +45,13 @@ "LoopBack",

"reflect-metadata": "^0.1.13",
"tslib": "^2.5.0"
"tslib": "^2.6.0"
},
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/testlab": "^6.0.0",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.194",
"@types/node": "^14.18.47"
"@loopback/build": "^10.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/testlab": "^6.1.0",
"@types/debug": "^4.1.8",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.37"
},
"gitHead": "97a26bd5973830a1d5f28aa2f58040f953995c17"
"gitHead": "10a8fa7fbd00ac77c4aee3e7f40884b07fe1919c"
}

@@ -638,3 +638,3 @@ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.

target: Object,
methodName: string | symbol,
methodName: string | symbol | undefined,
parameterIndex: number,

@@ -641,0 +641,0 @@ ) => this.decorate(target, methodName, parameterIndex);

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