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

morphism

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morphism - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

dist/morphism.d.ts

@@ -173,3 +173,3 @@ /**

export declare function morphism<Destination, Source = any, TSchema extends Schema<Destination, Source> = Schema<Destination, Source>>(schema: TSchema, data: Source): ResultItem<TSchema>;
export declare function morphism<TSchema extends Schema>(schema: TSchema): Mapper<TSchema>;
export declare function morphism<Destination, Source = any, TSchema extends Schema<Destination, Source> = Schema<Destination, Source>>(schema: TSchema): Mapper<TSchema>;
export declare function morphism<TSchema extends Schema, TDestination>(schema: TSchema, items: null, type: Constructable<TDestination>): Mapper<TSchema, TDestination>;

@@ -176,0 +176,0 @@ export declare function morphism<TSchema extends Schema, Target>(schema: TSchema, items: SourceFromSchema<TSchema>, type: Constructable<Target>): Target;

{
"name": "morphism",
"version": "1.8.1",
"version": "1.8.2",
"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",

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