Socket
Socket
Sign inDemoInstall

@loopback/metadata

Package Overview
Dependencies
Maintainers
7
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/metadata@3.0.5...@loopback/metadata@3.1.0) (2021-01-21)
### Features
* fix eslint violations ([062de9c](https://github.com/strongloop/loopback-next/commit/062de9c5f908332f58f54ddf13798a22ca21f1e7))
## [3.0.5](https://github.com/strongloop/loopback-next/compare/@loopback/metadata@3.0.4...@loopback/metadata@3.0.5) (2020-12-07)

@@ -8,0 +19,0 @@

2

dist/inspector.js

@@ -174,3 +174,2 @@ "use strict";

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
MetadataInspector.Reflector = reflect_1.Reflector;

@@ -180,4 +179,3 @@ /**

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
MetadataInspector.DesignTimeReflector = TSReflector;
//# sourceMappingURL=inspector.js.map
{
"name": "@loopback/metadata",
"version": "3.0.5",
"version": "3.1.0",
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"engines": {
"node": "^10.16 || 12 || 14"
"node": "^10.16 || 12 || 14 || 15"
},

@@ -33,7 +33,7 @@ "scripts": {

"devDependencies": {
"@loopback/build": "^6.2.8",
"@loopback/eslint-config": "^10.0.4",
"@loopback/testlab": "^3.2.10",
"@loopback/build": "^6.2.9",
"@loopback/eslint-config": "^10.0.5",
"@loopback/testlab": "^3.2.11",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.165",
"@types/lodash": "^4.14.168",
"@types/node": "^10.17.35"

@@ -57,3 +57,3 @@ },

},
"gitHead": "44fc7765fa322c716e8f2914b3831748041ebd8c"
"gitHead": "fd33be0291c4653bee885535d27ebfd8af264e42"
}

@@ -47,3 +47,2 @@ // Copyright IBM Corp. 2017,2019. All Rights Reserved.

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
static readonly Reflector = Reflector;

@@ -53,3 +52,2 @@ /**

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
static readonly DesignTimeReflector = TSReflector;

@@ -56,0 +54,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc