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

@tsed/json-mapper

Package Overview
Dependencies
Maintainers
0
Versions
839
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/json-mapper - npm Package Compare versions

Comparing version 8.0.0-rc.5 to 8.0.0-rc.6

2

lib/types/hooks/alterAfterDeserialize.d.ts

@@ -1,4 +0,4 @@

import { Hooks } from "@tsed/core";
import type { Hooks } from "@tsed/hooks";
export declare function alterAfterDeserialize(data: any, schema: {
$hooks: Hooks;
}, options: any): any;

@@ -1,4 +0,4 @@

import { Hooks } from "@tsed/core";
import type { Hooks } from "@tsed/hooks";
export declare function alterBeforeDeserialize(data: any, schema: {
$hooks: Hooks;
}, options: any): any;

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "8.0.0-rc.5",
"version": "8.0.0-rc.6",
"source": "./src/index.ts",

@@ -45,6 +45,6 @@ "main": "./lib/esm/index.js",

"devDependencies": {
"@tsed/barrels": "8.0.0-rc.5",
"@tsed/core": "8.0.0-rc.5",
"@tsed/schema": "8.0.0-rc.5",
"@tsed/typescript": "8.0.0-rc.5",
"@tsed/barrels": "8.0.0-rc.6",
"@tsed/core": "8.0.0-rc.6",
"@tsed/schema": "8.0.0-rc.6",
"@tsed/typescript": "8.0.0-rc.6",
"eslint": "9.12.0",

@@ -56,4 +56,4 @@ "typescript": "5.4.5",

"peerDependencies": {
"@tsed/core": "8.0.0-rc.5",
"@tsed/schema": "8.0.0-rc.5"
"@tsed/core": "8.0.0-rc.6",
"@tsed/schema": "8.0.0-rc.6"
},

@@ -60,0 +60,0 @@ "peerDependenciesMeta": {

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