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

@automapper/pojos

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automapper/pojos - npm Package Compare versions

Comparing version 8.3.7 to 8.4.0

4

index.js

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

import { defaultSerializerOptions } from '@automapper/core';
import { defaultStrategyInitializerOptions } from '@automapper/core';

@@ -81,3 +81,3 @@ class PojosMetadataMap {

preMap
} = Object.assign(Object.assign({}, defaultSerializerOptions), options);
} = Object.assign(Object.assign({}, defaultStrategyInitializerOptions), options);
return mapper => ({

@@ -84,0 +84,0 @@ destinationConstructor,

{
"name": "@automapper/pojos",
"version": "8.3.7",
"version": "8.4.0",
"type": "module",

@@ -12,2 +12,5 @@ "sideEffects": false,

},
"peerDependencies": {
"@automapper/core": "latest"
},
"repository": {

@@ -35,10 +38,3 @@ "type": "git",

"main": "./index.cjs",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
}
}
"types": "./index.d.ts"
}

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