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.17.3 to 4.17.4

2

lib/class/Store.d.ts

@@ -43,3 +43,3 @@ import { DecoratorParameters } from "../interfaces";

*/
get<T>(key: any): any;
get(key: any): any;
/**

@@ -46,0 +46,0 @@ * The has() method returns a boolean indicating whether an element with the specified key exists or not.

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

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

"license": "MIT",
"gitHead": "d58d39345d8c4b517eb23887775f21422b5b56ce"
"gitHead": "ad9916f0c60986db5e7ed5cc5ef4474fdcdf51e2"
}

@@ -9,3 +9,2 @@ import {DecoratorParameters} from "../interfaces";

import {Metadata} from "./Metadata";
import {Registry} from "./Registry";

@@ -102,3 +101,3 @@ export const CLASS_STORE = "tsed:class:store";

*/
get<T>(key: any): any {
get(key: any): any {
return this._map.get(nameOf(key));

@@ -105,0 +104,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc