Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@automapper/classes

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/classes - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

package.json
{
"name": "@automapper/classes",
"version": "1.1.0",
"version": "1.1.1",
"peerDependencies": {
"reflect-metadata": "~0.1.13",
"@automapper/core": "1.1.0",
"@automapper/types": "1.1.0"
"@automapper/core": "1.1.1",
"@automapper/types": "1.1.1"
},

@@ -9,0 +9,0 @@ "sideEffects": false,

@@ -117,3 +117,3 @@ "use strict";

// update the nested constructible
sourceNestedConstructible.concat(sourceProtoNestedConstructible);
sourceNestedConstructible = sourceNestedConstructible.concat(sourceProtoNestedConstructible);
}

@@ -120,0 +120,0 @@ }

@@ -62,4 +62,4 @@ "use strict";

// instantiate with value at key
const [instantiateResult] = instantiate(instanceStorage, metadataStorage, metaResult, valueAtKey);
instance[key] = instantiateResult;
const [definedInstantiateResult] = instantiate(instanceStorage, metadataStorage, metaResult, valueAtKey);
instance[key] = definedInstantiateResult;
continue;

@@ -66,0 +66,0 @@ }

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