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 4.2.2 to 5.0.0

8

package.json
{
"name": "@automapper/nestjs",
"version": "4.2.2",
"version": "5.0.0",
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@automapper/types": "4.2.2",
"@automapper/core": "4.2.2"
"@automapper/types": "5.0.0",
"@automapper/core": "5.0.0"
},

@@ -37,2 +37,2 @@ "sideEffects": false,

"dependencies": {}
}
}

@@ -37,3 +37,4 @@ "use strict";

MixinMapInterceptor = tslib_1.__decorate([
tslib_1.__param(0, common_1.Optional()), tslib_1.__param(0, di_1.InjectMapper(mapperName)),
tslib_1.__param(0, common_1.Optional()),
tslib_1.__param(0, di_1.InjectMapper(mapperName)),
tslib_1.__metadata("design:paramtypes", [Object])

@@ -40,0 +41,0 @@ ], MixinMapInterceptor);

@@ -33,3 +33,4 @@ "use strict";

MixinMapPipe = tslib_1.__decorate([
tslib_1.__param(0, common_1.Optional()), tslib_1.__param(0, di_1.InjectMapper(mapperName)),
tslib_1.__param(0, common_1.Optional()),
tslib_1.__param(0, di_1.InjectMapper(mapperName)),
tslib_1.__metadata("design:paramtypes", [Object])

@@ -36,0 +37,0 @@ ], MixinMapPipe);

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