Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-tools/io-ts

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-tools/io-ts - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

dist/lib/Path.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.4.0...@typescript-tools/io-ts@2.0.0) (2021-01-23)
**Note:** Version bump only for package @typescript-tools/io-ts
# [1.4.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.3.0...@typescript-tools/io-ts@1.4.0) (2021-01-17)

@@ -8,0 +16,0 @@

2

dist/lib/LernaPackage.d.ts

@@ -5,3 +5,3 @@ import * as t from 'io-ts';

version: t.BrandC<t.StringC, import("./PackageVersion").PackageVersionBrand>;
location: t.StringC;
location: t.BrandC<t.StringC, import("./Path").PathBrand>;
private: t.BooleanC;

@@ -8,0 +8,0 @@ }>;

@@ -24,2 +24,3 @@ "use strict";

const t = __importStar(require("io-ts"));
const Path_1 = require("./Path");
const PackageName_1 = require("./PackageName");

@@ -30,5 +31,5 @@ const PackageVersion_1 = require("./PackageVersion");

version: PackageVersion_1.PackageVersion,
location: t.string,
location: Path_1.Path,
private: t.boolean
});
//# sourceMappingURL=LernaPackage.js.map
{
"name": "@typescript-tools/io-ts",
"version": "1.4.0",
"version": "2.0.0",
"description": "Internal io-ts codecs",

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

},
"gitHead": "f0613e503219af51d238a10b2d95fd008a5128be"
"gitHead": "48744f5830d8dbe95b9569516e434c8831eff7ee"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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