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.28
to
0.0.1-alpha.29
+1
-0
lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ID = void 0;
var uuid_1 = require("uuid");

@@ -4,0 +5,0 @@ var ID;

+1
-1

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

{"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"}
{"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,4 +5,4 @@ {

"license": "MIT",
"version": "0.0.1-alpha.28+fdb1eee",
"gitHead": "fdb1eeebbd27175d813c01d68291d62c71033a84",
"version": "0.0.1-alpha.29+67b3dc1",
"gitHead": "67b3dc1f89ec605bf2d8f6208224050351455709",
"repository": {

@@ -22,22 +22,23 @@ "type": "git",

"peerDependencies": {
"@morphism/fp": "0.0.1-alpha.9+e32f25d"
"@morphism/fp": "0.0.1-alpha.28+fdb1eee"
},
"dependencies": {
"uuid": "^7.0.3"
"uuid": "^8.1.0"
},
"devDependencies": {
"@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",
"@types/jest": "^25.2.3",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-functional": "^3.0.1",
"fp-ts": "^2.5.3",
"io-ts": "^2.1.2",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
"fp-ts": "^2.6.2",
"io-ts": "^2.2.4",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
}
}