Socket
Socket
Sign inDemoInstall

@ttshivers/automapper-classes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttshivers/automapper-classes - npm Package Compare versions

Comparing version 8.8.0 to 8.8.1

6

mapped-types/package.json
{
"name": "@ttshivers/automapper-classes/mapped-types",
"version": "8.8.0",
"version": "8.8.1",
"type": "module",

@@ -10,4 +10,4 @@ "sideEffects": false,

"peerDependencies": {
"@ttshivers/automapper-core": "8.8.0",
"@ttshivers/automapper-classes": "8.8.0"
"@ttshivers/automapper-core": "8.8.1",
"@ttshivers/automapper-classes": "8.8.1"
},

@@ -14,0 +14,0 @@ "repository": {

{
"name": "@ttshivers/automapper-classes",
"version": "8.8.0",
"version": "8.8.1",
"type": "module",
"peerDependencies": {
"@ttshivers/automapper-core": "8.8.0",
"@ttshivers/automapper-core": "8.8.1",
"reflect-metadata": "~0.1.13"

@@ -8,0 +8,0 @@ },

@@ -7,3 +7,3 @@ "use strict";

// instead of the `@ttshivers/automapper-classes` module.
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AutoMap = void 0;

@@ -10,0 +10,0 @@ /* eslint-disable @typescript-eslint/no-empty-function */

import { AUTOMAPPER_METADATA_FACTORY_KEY } from '@ttshivers/automapper-classes';
import * as ts from 'typescript/lib/tsserverlibrary';
import { isArrayTypeNode, isTypeNode, NodeBuilderFlags, TypeFlags, TypeFormatFlags, SyntaxKind, ModuleKind, visitNode, isImportDeclaration, isClassDeclaration, visitEachChild, isPropertyDeclaration, isGetAccessorDeclaration, getDecorators, getAllJSDocTags } from 'typescript/lib/tsserverlibrary';

@@ -201,3 +202,3 @@ import { posix, dirname } from 'path';

}
const visitedSourceFile = visitNode(sourceFile, nodeVisitorFactory(context, sourceFile));
const visitedSourceFile = visitNode(sourceFile, nodeVisitorFactory(context, sourceFile), ts.isSourceFile);
// if the target is CommonJS, keep as is

@@ -319,3 +320,3 @@ if (ModelVisitor.isCommonJS) {

/* generated */
const version$1 = 900;
const version$1 = 881;

@@ -322,0 +323,0 @@ const defaultOptions = {

{
"name": "@ttshivers/automapper-classes/transformer-plugin",
"version": "8.8.0",
"version": "8.8.1",
"type": "module",

@@ -10,4 +10,4 @@ "sideEffects": false,

"peerDependencies": {
"@ttshivers/automapper-core": "8.8.0",
"@ttshivers/automapper-classes": "8.8.0"
"@ttshivers/automapper-core": "8.8.1",
"@ttshivers/automapper-classes": "8.8.1"
},

@@ -14,0 +14,0 @@ "repository": {

@@ -0,0 +0,0 @@ import type { Program, SourceFile, TransformationContext } from 'typescript/lib/tsserverlibrary';

export declare const AUTOMAPPER_DECORATOR_NAME = "AutoMap";
export declare const JSDOC_KEY = "jsDoc";
export declare const AUTOMAP_IGNORE_TAG = "autoMapIgnore";

@@ -0,0 +0,0 @@ import { Program, SourceFile, TransformationContext } from 'typescript/lib/tsserverlibrary';

export interface AutomapperTransformerPluginOptions {
modelFileNameSuffix?: string[];
}

@@ -0,0 +0,0 @@ import { Decorator, Type, TypeChecker, TypeNode } from 'typescript/lib/tsserverlibrary';

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

export declare const version = 900;
export declare const version = 881;

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