Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "morphism", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Library to transform any Object / JSON to JavaScript Object Literals, and ES6 Class Objects. Help you scale your data processing", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nobrainr/morphism", |
@@ -7,6 +7,8 @@ # Morphism | ||
[![NPM version][npm-image]][npm-url] [![Coverage percentage][coveralls-image]][coveralls-url] | ||
[![CircleCI](https://img.shields.io/circleci/project/github/nobrainr/morphism.svg)](https://circleci.com/gh/nobrainr/morphism) | ||
![npm](https://img.shields.io/npm/dm/morphism.svg?style=flat-square) | ||
[![gzip size](http://img.badgesize.io/https://unpkg.com/morphism/dist/morphism.js?compression=gzip)](https://unpkg.com/morphism/dist/morphism.js) [![Dependency Status][daviddm-image]][daviddm-url] | ||
[![npm](https://img.shields.io/npm/v/morphism.svg?style=for-the-badge)][npm-url] | ||
[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/morphism.svg?style=for-the-badge)](https://github.com/nobrainr/morphism) | ||
[![npm](https://img.shields.io/npm/dy/morphism.svg?style=for-the-badge)][trends-url] | ||
[![Coveralls github](https://img.shields.io/coveralls/github/emyann/morphism.svg?style=for-the-badge)][coveralls-url] | ||
[![CircleCI (all branches)](https://img.shields.io/circleci/project/github/nobrainr/morphism/master.svg?style=for-the-badge)][circleci-url] | ||
[![Deps](https://img.shields.io/david/nobrainr/morphism.svg?style=for-the-badge)][deps-url] | ||
@@ -19,3 +21,3 @@ > In many fields of mathematics, morphism refers to a structure-preserving map from one mathematical structure to another. A morphism **f** with source **X** and target **Y** is written **f : X → Y**. Thus a morphism is represented by an arrow from its **source** to its **target**. | ||
- :zero: Zero dependencies | ||
- :zap: [1.6 kB gzipped](https://bundlephobia.com/result?p=morphism@0.9.1) | ||
- 💪🏽 Typescript Support | ||
@@ -53,2 +55,3 @@ --- | ||
- [Contribution](#contribution) | ||
- [Similar Projects](#similar-projects) | ||
- [License](#license) | ||
@@ -533,2 +536,8 @@ | ||
## Similar Projects | ||
- [`JavaScript AutoMapper`](https://github.com/loedeman/AutoMapper) | ||
- [`C# AutoMapper`](https://github.com/AutoMapper/AutoMapper) | ||
- [`node-data-transform`](https://github.com/bozzltron/node-json-transform) | ||
## License | ||
@@ -541,5 +550,6 @@ | ||
[npm-url]: https://npmjs.org/package/morphism | ||
[daviddm-image]: https://david-dm.org/emyann/morphism.svg?theme=shields.io | ||
[daviddm-url]: https://david-dm.org/emyann/morphism | ||
[deps-url]: https://www.npmjs.com/package/morphism?activeTab=dependencies | ||
[coveralls-image]: https://coveralls.io/repos/emyann/morphism/badge.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/emyann/morphism | ||
[circleci-url]: https://circleci.com/gh/nobrainr/morphism | ||
[trends-url]: https://www.npmtrends.com/morphism |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66686
551