Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/metadata

Package Overview
Dependencies
Maintainers
11
Versions
167
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 4.1.1 to 4.1.2

4

dist/decorator-factory.js

@@ -9,4 +9,4 @@ "use strict";

const tslib_1 = require("tslib");
const debug_1 = (0, tslib_1.__importDefault)(require("debug"));
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const debug_1 = tslib_1.__importDefault(require("debug"));
const lodash_1 = tslib_1.__importDefault(require("lodash"));
const reflect_1 = require("./reflect");

@@ -13,0 +13,0 @@ const debug = (0, debug_1.default)('loopback:metadata:decorator');

@@ -26,6 +26,6 @@ "use strict";

*/
(0, tslib_1.__exportStar)(require("./decorator-factory"), exports);
(0, tslib_1.__exportStar)(require("./inspector"), exports);
(0, tslib_1.__exportStar)(require("./reflect"), exports);
(0, tslib_1.__exportStar)(require("./types"), exports);
tslib_1.__exportStar(require("./decorator-factory"), exports);
tslib_1.__exportStar(require("./inspector"), exports);
tslib_1.__exportStar(require("./reflect"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

@@ -9,3 +9,3 @@ "use strict";

// License text available at https://opensource.org/licenses/MIT
const debug_1 = (0, tslib_1.__importDefault)(require("debug"));
const debug_1 = tslib_1.__importDefault(require("debug"));
const decorator_factory_1 = require("./decorator-factory");

@@ -12,0 +12,0 @@ const reflect_1 = require("./reflect");

@@ -99,3 +99,3 @@ "use strict";

// Only add keys with the namespace prefix
metaKeys.push(key.substr(prefix.length));
metaKeys.push(key.slice(prefix.length));
}

@@ -122,3 +122,3 @@ }

// Only add keys with the namespace prefix
metaKeys.push(key.substr(prefix.length));
metaKeys.push(key.slice(prefix.length));
}

@@ -125,0 +125,0 @@ }

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

@@ -42,3 +42,3 @@ "LoopBack",

"dependencies": {
"debug": "^4.3.3",
"debug": "^4.3.4",
"lodash": "^4.17.21",

@@ -49,10 +49,10 @@ "reflect-metadata": "^0.1.13",

"devDependencies": {
"@loopback/build": "^8.1.1",
"@loopback/eslint-config": "^12.0.3",
"@loopback/testlab": "^4.1.1",
"@loopback/build": "^8.1.2",
"@loopback/eslint-config": "^12.0.4",
"@loopback/testlab": "^4.1.2",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.179",
"@types/node": "^12.20.46"
"@types/lodash": "^4.14.180",
"@types/node": "^12.20.47"
},
"gitHead": "8aff2ce33aad3daa53b05fa0fbe8a1b2c7ad0bdf"
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11"
}

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

// Only add keys with the namespace prefix
metaKeys.push(key.substr(prefix.length));
metaKeys.push(key.slice(prefix.length));
}

@@ -145,3 +145,3 @@ }

// Only add keys with the namespace prefix
metaKeys.push(key.substr(prefix.length));
metaKeys.push(key.slice(prefix.length));
}

@@ -148,0 +148,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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