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 7.2.0 to 7.2.1

4

package.json
{
"name": "@automapper/pojos",
"version": "7.2.0",
"version": "7.2.1",
"sideEffects": false,

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

"peerDependencies": {
"@automapper/core": "7.2.0"
"@automapper/core": "7.2.1"
}
}

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

const value = (0, core_1.isDefined)(valueAtKey)
? new Date(valueAtKey)
? Array.isArray(valueAtKey)
? [...valueAtKey]
: new Date(valueAtKey)
: undefined;

@@ -29,0 +31,0 @@ (0, core_1.setMutate)(obj, key, value);

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