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.2 to 3.0.3

12

CHANGELOG.md

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

## [3.0.3](https://github.com/strongloop/loopback-next/compare/@loopback/metadata@3.0.2...@loopback/metadata@3.0.3) (2020-11-05)
### Bug Fixes
* change doc message ([8aab137](https://github.com/strongloop/loopback-next/commit/8aab137f7be1ddb84f196768917e8e893453bf0e))
* getDesignTypeForProperty ([953aa86](https://github.com/strongloop/loopback-next/commit/953aa8656930dacb5e5c30803f85225dd8dcdf58))
## [3.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/metadata@3.0.1...@loopback/metadata@3.0.2) (2020-10-07)

@@ -8,0 +20,0 @@

3

dist/inspector.d.ts

@@ -106,4 +106,3 @@ import { NamespacedReflect } from './reflect';

* @returns Design time metadata. The return value is `undefined` when:
* - The property has type `undefined`, `null` or a complex type like
* `Partial<MyModel>`, `string | number`, `string[]`.
* - The property has type `undefined`, `null`
* - The TypeScript project has not enabled the compiler option `emitDecoratorMetadata`.

@@ -110,0 +109,0 @@ * - The code is written in vanilla JavaScript.

@@ -132,4 +132,3 @@ "use strict";

* @returns Design time metadata. The return value is `undefined` when:
* - The property has type `undefined`, `null` or a complex type like
* `Partial<MyModel>`, `string | number`, `string[]`.
* - The property has type `undefined`, `null`
* - The TypeScript project has not enabled the compiler option `emitDecoratorMetadata`.

@@ -136,0 +135,0 @@ * - The code is written in vanilla JavaScript.

{
"name": "@loopback/metadata",
"version": "3.0.2",
"version": "3.0.3",
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata",

@@ -29,10 +29,10 @@ "main": "dist/index.js",

"reflect-metadata": "^0.1.13",
"tslib": "^2.0.2"
"tslib": "^2.0.3"
},
"devDependencies": {
"@loopback/build": "^6.2.5",
"@loopback/eslint-config": "^10.0.1",
"@loopback/testlab": "^3.2.7",
"@loopback/build": "^6.2.6",
"@loopback/eslint-config": "^10.0.2",
"@loopback/testlab": "^3.2.8",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.161",
"@types/lodash": "^4.14.165",
"@types/node": "^10.17.35"

@@ -56,3 +56,3 @@ },

},
"gitHead": "390f2794d10eea3d969ae417963af815ce1bc417"
"gitHead": "f47fad3f4669c3ceae5e0927dc6098da18df864d"
}

@@ -214,4 +214,3 @@ // Copyright IBM Corp. 2017,2019. All Rights Reserved.

* @returns Design time metadata. The return value is `undefined` when:
* - The property has type `undefined`, `null` or a complex type like
* `Partial<MyModel>`, `string | number`, `string[]`.
* - The property has type `undefined`, `null`
* - The TypeScript project has not enabled the compiler option `emitDecoratorMetadata`.

@@ -218,0 +217,0 @@ * - The code is written in vanilla JavaScript.

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