New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@automapper/nestjs

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automapper/nestjs - npm Package Compare versions

Comparing version 8.0.0-beta.13 to 8.0.0-beta.14

7

lib/options.d.ts

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

import type { CreateMapperOptions, ErrorHandler, NamingConvention } from '@automapper/core';
import type { CreateMapperOptions, ErrorHandler, NamingConventionInput } from '@automapper/core';
import type { ModuleMetadata, Type } from '@nestjs/common';

@@ -8,6 +8,3 @@ export declare type AutomapperOptions = CreateMapperOptions | Array<CreateMapperOptions & {

globalErrorHandler?: ErrorHandler;
globalNamingConventions?: NamingConvention | {
source: NamingConvention;
destination: NamingConvention;
};
globalNamingConventions?: NamingConventionInput;
}

@@ -14,0 +11,0 @@ export interface AutomapperOptionsFactory {

{
"name": "@automapper/nestjs",
"version": "8.0.0-beta.13",
"version": "8.0.0-beta.14",
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"@automapper/core": "8.0.0-beta.13"
"@automapper/core": "8.0.0-beta.14"
},

@@ -9,0 +9,0 @@ "exports": {

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