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 1.2.0-alpha.0 to 1.2.0

6

es6/core.d.ts

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

import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT';
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/lib/core';
import { AnyEnv } from '@morphic-ts/common/lib/config';
import { UnionToIntersection } from '@morphic-ts/common/es6/core';
import { 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/lib/HKT';
import { AnyEnv } from '@morphic-ts/common/lib/config';
import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT';
import { AnyEnv } from '@morphic-ts/common/es6/config';
/**

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

{
"name": "@morphic-ts/algebras",
"version": "1.2.0-alpha.0",
"version": "1.2.0",
"description": "Morphic core Algebra package",

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

"dependencies": {
"@morphic-ts/common": "^1.2.0-alpha.0"
"@morphic-ts/common": "^1.2.0"
},

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

},
"gitHead": "d8c7569e6b7598f4aaacf484b6b029e10b65cf70"
"gitHead": "49b7c5d218acdd216adeaa4583e4981b130012b2"
}

@@ -1,11 +0,1 @@

# `adt`
> TODO: description
## Usage
```
const adt = require('adt');
// TODO: DEMONSTRATE API
```
# `Morphic Algebras package`
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