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

@morphic-ts/eq-interpreters

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphic-ts/eq-interpreters - npm Package Compare versions

Comparing version 1.0.2-alpha.0 to 1.0.3-alpha.0

2

es6/config.d.ts

@@ -8,4 +8,4 @@ export * from './model';

};
export declare const eqApplyConfig: <E, A, R>(config: {
export declare const eqApplyConfig: <E, A, R extends Record<"EqURI", any>>(config: {
EqURI?: import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R> | undefined;
}) => import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R>;

@@ -8,4 +8,4 @@ export * from './model';

};
export declare const eqApplyConfig: <E, A, R>(config: {
export declare const eqApplyConfig: <E, A, R extends Record<"EqURI", any>>(config: {
EqURI?: import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R> | undefined;
}) => import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R>;
{
"name": "@morphic-ts/eq-interpreters",
"version": "1.0.2-alpha.0",
"version": "1.0.3-alpha.0",
"description": "Morphic Eq (fp-ts) package for equality",

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

"dependencies": {
"@morphic-ts/algebras": "^1.0.1-alpha.0",
"@morphic-ts/common": "^1.0.1-alpha.0",
"@morphic-ts/model-algebras": "^1.0.1-alpha.0",
"@morphic-ts/algebras": "^1.0.2-alpha.0",
"@morphic-ts/common": "^1.0.2-alpha.0",
"@morphic-ts/model-algebras": "^1.0.2-alpha.0",
"fast-equals": "^2.0.0",

@@ -72,3 +72,3 @@ "fp-ts": "^2.5.3"

},
"gitHead": "67c99e690b2c4ee14c877dbce662e12fbfd7f70f"
"gitHead": "9633fc11c80e3bb46d292db8a32309124ad00560"
}
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