Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@morphism/data

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphism/data - npm Package Compare versions

Comparing version
0.0.1-alpha.11
to
0.0.1-alpha.14
+3
-6
lib/index.d.ts

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

import { pipe, IO } from "@morphism/fp";
export declare const x: typeof pipe;
import { IO } from "@morphism/fp";
export declare namespace Reference {
type Reference = {
readonly id: ID.Unsafe.Unsafe;
} | {
readonly uuid: ID.UUID.UUID;
readonly id: ID.ID;
};

@@ -13,3 +10,3 @@ }

namespace UUID {
/** [RFC v4 UUID](https://tools.ietf.org/html/rfc4122) */
/** [RFC V4 UUID](https://tools.ietf.org/html/rfc4122) */
type UUID = string;

@@ -16,0 +13,0 @@ const uuid: IO.IO<string>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var fp_1 = require("@morphism/fp");
var uuid_1 = require("uuid");
exports.x = fp_1.pipe;
var ID;

@@ -7,0 +5,0 @@ (function (ID) {

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

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,mCAAwC;AAExC,6BAAoC;AAEvB,QAAA,CAAC,GAAG,SAAI,CAAC;AAQtB,IAAiB,EAAE,CAYlB;AAZD,WAAiB,EAAE;IAGjB,IAAiB,IAAI,CAIpB;IAJD,WAAiB,IAAI;QAGN,SAAI,GAAkB,cAAM,OAAA,SAAM,EAAE,EAAR,CAAQ,CAAC;IACpD,CAAC,EAJgB,IAAI,GAAJ,OAAI,KAAJ,OAAI,QAIpB;AAKH,CAAC,EAZgB,EAAE,GAAF,UAAE,KAAF,UAAE,QAYlB"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,6BAAoC;AAMpC,IAAiB,EAAE,CAYlB;AAZD,WAAiB,EAAE;IAGjB,IAAiB,IAAI,CAIpB;IAJD,WAAiB,IAAI;QAGN,SAAI,GAAkB,cAAM,OAAA,SAAM,EAAE,EAAR,CAAQ,CAAC;IACpD,CAAC,EAJgB,IAAI,GAAJ,OAAI,KAAJ,OAAI,QAIpB;AAKH,CAAC,EAZgB,EAAE,GAAF,UAAE,KAAF,UAAE,QAYlB"}

@@ -5,3 +5,4 @@ {

"license": "MIT",
"version": "0.0.1-alpha.11+4ef48aa",
"version": "0.0.1-alpha.14+4a5aebe",
"gitHead": "4a5aebe624ad2487dc47b5f18de6c0787c445729",
"repository": {

@@ -17,3 +18,4 @@ "type": "git",

"scripts": {
"build": "tsc"
"build": "tsc",
"prepublishOnly": "npm run build"
},

@@ -28,7 +30,15 @@ "peerDependencies": {

"@morphism/fp": "0.0.1-alpha.9+e32f25d",
"@types/jest": "^25.2.1",
"@types/uuid": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-functional": "^3.0.1",
"fp-ts": "^2.5.3",
"io-ts": "^2.1.2"
},
"gitHead": "4ef48aa954b849a52b719232166f8da2da0de2cd"
"io-ts": "^2.1.2",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
}
}