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

src/lib/utils/explore-metadata.util.d.ts

6

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

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

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

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

}
exploreMetadata(metadataStorage, source, destination);
utils_1.exploreMetadata(metadataStorage, source, destination);
const [destinationObj, destinationNestedMetadataMap] = this.instantiate(destination);

@@ -48,12 +48,2 @@ const [sourceObj, sourceNestedMetadataMap] = this.instantiate(source);

exports.pojos = pojos;
function exploreMetadata(metadataStorage, ...keys) {
keys.forEach((key) => {
if (!metadataStorage.has(key)) {
const metadataList = storages_1.pojosSymbolStorage.get(Symbol.for(key));
for (const [propertyKey, metadata] of metadataList) {
metadataStorage.addMetadata(key, [[propertyKey], () => metadata]);
}
}
});
}
//# sourceMappingURL=pojos.js.map
export * from './instantiate.util';
export * from './explore-metadata.util';

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

tslib_1.__exportStar(require("./instantiate.util"), exports);
tslib_1.__exportStar(require("./explore-metadata.util"), exports);
//# sourceMappingURL=index.js.map

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