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

@tsed/core

Package Overview
Dependencies
Maintainers
5
Versions
1126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/core - npm Package Compare versions

Comparing version 4.21.0 to 4.22.0

lib/utils/setValue.d.ts

3

lib/utils/getValue.js

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

};
while ((scope = getValue(keys.shift())) && keys.length) {
}
while ((scope = getValue(keys.shift())) && keys.length) { }
return scope === undefined ? defaultValue : scope;

@@ -24,0 +23,0 @@ }

@@ -5,3 +5,4 @@ export * from "./applyBefore";

export * from "./getValue";
export * from "./setValue";
export * from "./ObjectUtils";
export * from "./promiseTimeout";

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

tslib_1.__exportStar(require("./getValue"), exports);
tslib_1.__exportStar(require("./setValue"), exports);
tslib_1.__exportStar(require("./ObjectUtils"), exports);

@@ -10,0 +11,0 @@ tslib_1.__exportStar(require("./promiseTimeout"), exports);

{
"name": "@tsed/core",
"version": "4.21.0",
"version": "4.22.0",
"description": "Core module for Ts.ED Framework",

@@ -32,3 +32,3 @@ "main": "./lib/index.js",

"license": "MIT",
"gitHead": "dd149d08257508d4e212a2e8a2b6fdd4cae9ddd8"
"gitHead": "c0a692c561335bfa7dd6dcccdd6e77820750d5af"
}

@@ -22,6 +22,5 @@ import {isCollection} from "./ObjectUtils";

while ((scope = getValue(keys.shift()!)) && keys.length) {
}
while ((scope = getValue(keys.shift()!)) && keys.length) {}
return scope === undefined ? defaultValue : scope;
}
}

@@ -5,3 +5,4 @@ export * from "./applyBefore";

export * from "./getValue";
export * from "./setValue";
export * from "./ObjectUtils";
export * from "./promiseTimeout";

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