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.0.5 to 4.0.6

4

package.json
{
"name": "@tsed/core",
"version": "4.0.5",
"version": "4.0.6",
"description": "Core module for Ts.ED Framework",

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

"license": "MIT",
"gitHead": "258562561b0b2d8680c98f07cde1e715b1d3bb76"
"gitHead": "3c7b2b1f995963c2c27bc07d1d36296f044d1c47"
}

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

const store = Store.from(...parameters);
const result = fn(store, parameters as DecoratorParameters);
const result: any = fn(store, parameters as DecoratorParameters);
if (typeof result === "function") {

@@ -90,0 +90,0 @@ result(...parameters);

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