Gathering detailed insights and metrics for @automapper/core
Gathering detailed insights and metrics for @automapper/core
Gathering detailed insights and metrics for @automapper/core
Gathering detailed insights and metrics for @automapper/core
npm install @automapper/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (76.41%)
MDX (18.84%)
JavaScript (4.4%)
CSS (0.36%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,007 Stars
785 Commits
94 Forks
9 Watchers
17 Branches
20 Contributors
Updated on Jul 11, 2025
Latest Version
8.8.1
Package Id
@automapper/core@8.8.1
Unpacked Size
154.89 kB
Size
31.00 kB
File Count
59
NPM Version
10.1.0
Node Version
20.9.0
Published on
Jan 23, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
This is the core package that will handle mapping configurations and mapping operations.
1npm i @automapper/core
or with yarn
1yarn add @automapper/core
@automapper/core
exposes createMapper()
method to create a Mapper
object with a accompany MappingStrategy
(read more
about Strategies)
createMapper
accepts a CreateMapperOptions
object with the following shape:
1export interface CreateMapperOptions { 2 strategyInitializer: MappingStrategyInitializer<MetadataIdentifier>; 3 errorHandler?: ErrorHandler; 4 namingConventions?: NamingConventionInput; 5}
Read more about usage on documentation site
A given Mapper is accompanied by a Strategy by providing strategyInitializer
when using createMapper()
.
A Strategy will be responsible for:
classes
uses @AutoMap()
decorator to discover the metadata of the properties on the Classes)classes
discovers and stores the metadata to Reflect
, retrieve metadata simply gets them from Reflect
)@automapper
provides the following official strategies:
@automapper/classes
: Work with TS/ES6 classes.@automapper/pojos
: Work with Interfaces/Types along with POJOs. In projects that do not make use of Class, pojos
can be used instead.@automapper/mikro
: Work together with TS/ES6 classes along with MikroORM@automapper/sequelize
: Work together with TS/ES6 classes along with SequelizeNo vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 9/30 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
75 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More