New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@morphic-ts/model-algebras

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphic-ts/model-algebras - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2-alpha.0

2

lib/newtype.d.ts

@@ -43,3 +43,3 @@ import { URIS2, Kind2, URIS, Kind, HKT2 } from '@morphic-ts/common/lib/HKT';

newtype: {
<N extends AnyNewtype = never>(name: string): <E>(a: HKT2<F, E, NewtypeA<N>>) => isOptionalConfig<NewtypeConfig, HKT2<F, NewtypeA<N>, N>>;
<N extends AnyNewtype = never>(name: string): <E>(a: HKT2<F, E, NewtypeA<N>>) => isOptionalConfig<NewtypeConfig, HKT2<F, E, N>>;
<N extends AnyNewtype = never>(name: string): <E>(a: HKT2<F, E, NewtypeA<N>>, config: ByInterp<NewtypeConfig, URIS | URIS2>) => HKT2<F, E, N>;

@@ -46,0 +46,0 @@ };

{
"name": "@morphic-ts/model-algebras",
"version": "0.6.1",
"version": "0.6.2-alpha.0",
"description": "Morphic definitions for models",

@@ -64,3 +64,3 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>",

},
"gitHead": "2f2cda99acc44bd4d8b9316e87dfe5d1e2a884a8"
"gitHead": "e190a53937ab1036221f31c1744b6356f55fe705"
}
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