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 5.0.1 to 6.0.0

6

package.json
{
"name": "@automapper/pojos",
"version": "5.0.1",
"version": "6.0.0",
"sideEffects": false,

@@ -32,5 +32,5 @@ "engines": {

"peerDependencies": {
"@automapper/types": "5.0.1",
"@automapper/core": "5.0.1"
"@automapper/types": "6.0.0",
"@automapper/core": "6.0.0"
}
}

@@ -25,5 +25,3 @@ "use strict";

}, options, {
isMetadataNullAtKey: (key) => {
return metadataStorage.getMetadataForKey(destination, key) === null;
},
isMetadataNullAtKey: (key) => metadataStorage.getMetadataForKey(destination, key) === null,
});

@@ -30,0 +28,0 @@ },

@@ -16,2 +16,3 @@ "use strict";

const metaResult = meta();
nestedMetadataMap.push([key, metaResult]);
if (core_1.isPrimitiveConstructor(metaResult) || metaResult === null) {

@@ -32,3 +33,2 @@ const value = core_1.isDefined(valueAtKey) ? valueAtKey : undefined;

}
nestedMetadataMap.push([key, metaResult]);
if (Array.isArray(valueAtKey)) {

@@ -35,0 +35,0 @@ const value = valueAtKey.map((val) => {

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