Socket
Socket
Sign inDemoInstall

@tsed/json-mapper

Package Overview
Dependencies
Maintainers
5
Versions
790
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 6.0.0-alpha.9 to 6.0.0-alpha.10

1

lib/components/ArrayMapper.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrayMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const jsonMapper_1 = require("../decorators/jsonMapper");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const jsonMapper_1 = require("../decorators/jsonMapper");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MapMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const jsonMapper_1 = require("../decorators/jsonMapper");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrimitiveMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const exceptions_1 = require("@tsed/exceptions");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const jsonMapper_1 = require("../decorators/jsonMapper");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SymbolMapper = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const jsonMapper_1 = require("../decorators/jsonMapper");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.JsonMapper = void 0;
const JsonMapperTypesContainer_1 = require("../domain/JsonMapperTypesContainer");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OnDeserialize = void 0;
const schema_1 = require("@tsed/schema");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OnSerialize = void 0;
const schema_1 = require("@tsed/schema");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.JsonMapperContext = void 0;
const core_1 = require("@tsed/core");

@@ -4,0 +5,0 @@ class JsonMapperContext {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getJsonMapperTypes = exports.registerJsonTypeMapper = void 0;
// tslint:disable-next-line:variable-name

@@ -4,0 +5,0 @@ const JsonMapperTypesContainer = new Map();

@@ -10,4 +10,5 @@ "use strict";

tslib_1.__exportStar(require("./domain/JsonMapperTypesContainer"), exports);
tslib_1.__exportStar(require("./interfaces/JsonMapperMethods"), exports);
tslib_1.__exportStar(require("./utils/deserialize"), exports);
tslib_1.__exportStar(require("./utils/serialize"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deserialize = exports.plainObjectToClass = void 0;
const core_1 = require("@tsed/core");

@@ -4,0 +5,0 @@ const schema_1 = require("@tsed/schema");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.serialize = exports.classToPlainObject = void 0;
const core_1 = require("@tsed/core");

@@ -4,0 +5,0 @@ const schema_1 = require("@tsed/schema");

6

package.json
{
"name": "@tsed/json-mapper",
"version": "6.0.0-alpha.9",
"version": "6.0.0-alpha.10",
"description": "Json mapper module for Ts.ED Framework",

@@ -20,7 +20,7 @@ "main": "./lib/index.js",

"dependencies": {
"@tsed/core": "6.0.0-alpha.9",
"@tsed/core": "6.0.0-alpha.10",
"tslib": "1.11.0"
},
"devDependencies": {
"@tsed/schema": "6.0.0-alpha.9"
"@tsed/schema": "6.0.0-alpha.10"
},

@@ -27,0 +27,0 @@ "scripts": {

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

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

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

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