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

@morphic-ts/algebras

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphic-ts/algebras - npm Package Compare versions

Comparing version

to
2.0.0-alpha.3

8

es6/core.d.ts

@@ -1,5 +0,5 @@

import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT';
import { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt';
import { UnionToIntersection } from '@morphic-ts/common/es6/core';
import { AnyEnv } from '@morphic-ts/common/es6/config';
import type { URIS, URIS2 } from '@morphic-ts/common/es6/HKT';
import type { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt';
import type { UnionToIntersection } from '@morphic-ts/common/es6/core';
import type { AnyEnv } from '@morphic-ts/common/es6/config';
/**

@@ -6,0 +6,0 @@ * @since 0.0.1

@@ -1,3 +0,3 @@

import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT';
import { AnyEnv } from '@morphic-ts/common/es6/config';
import type { URIS, URIS2 } from '@morphic-ts/common/es6/HKT';
import type { AnyEnv } from '@morphic-ts/common/es6/config';
/**

@@ -4,0 +4,0 @@ * @since 0.0.1

@@ -1,5 +0,5 @@

import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT';
import { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt';
import { UnionToIntersection } from '@morphic-ts/common/lib/core';
import { AnyEnv } from '@morphic-ts/common/lib/config';
import type { URIS, URIS2 } from '@morphic-ts/common/lib/HKT';
import type { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt';
import type { UnionToIntersection } from '@morphic-ts/common/lib/core';
import type { AnyEnv } from '@morphic-ts/common/lib/config';
/**

@@ -6,0 +6,0 @@ * @since 0.0.1

@@ -1,3 +0,3 @@

import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT';
import { AnyEnv } from '@morphic-ts/common/lib/config';
import type { URIS, URIS2 } from '@morphic-ts/common/lib/HKT';
import type { AnyEnv } from '@morphic-ts/common/lib/config';
/**

@@ -4,0 +4,0 @@ * @since 0.0.1

{
"name": "@morphic-ts/algebras",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Morphic core Algebra package",

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

"dependencies": {
"@morphic-ts/common": "^2.0.0-alpha.2"
"@morphic-ts/common": "^2.0.0-alpha.3"
},

@@ -57,3 +57,3 @@ "scripts": {

},
"gitHead": "5ca6db8592aaf6485d4e31f341f15df8ff64f892"
"gitHead": "c82d173018122335bfc28fae227dd25208c08651"
}