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

@typescript-tools/lerna-utils

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-tools/lerna-utils - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

11

CHANGELOG.md

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

# [2.1.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/lerna-utils@2.0.0...@typescript-tools/lerna-utils@2.1.0) (2021-02-19)
### Features
* add tool link-local-dependencies ([3bce081](https://github.com/typescript-tools/typescript-tools/commit/3bce081bf09141cb8fd6867eb59d4b9dc45276c0))
# [2.0.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/lerna-utils@1.4.0...@typescript-tools/lerna-utils@2.0.0) (2021-01-23)

@@ -8,0 +19,0 @@

3

dist/src/lerna-utils.js

@@ -31,5 +31,6 @@ "use strict";

exports.readFile = function_1.flow(TE.taskify(fs.readFile), TE.map(buffer => buffer.toString()));
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const write = TE.taskify(fs.writeFile);
const writeFile = (filename) => (contents) => write(filename, contents, {});
exports.writeFile = writeFile;
const write = TE.taskify(fs.writeFile);
//# sourceMappingURL=lerna-utils.js.map
{
"name": "@typescript-tools/lerna-utils",
"version": "2.0.0",
"version": "2.1.0",
"description": "Internal utilities for interacting with a lerna monorepo",

@@ -49,3 +49,3 @@ "main": "dist/src/lerna-utils.js",

"dependencies": {
"@typescript-tools/io-ts": "^2.0.0",
"@typescript-tools/io-ts": "^2.1.0",
"fp-ts": "^2.9.3"

@@ -99,3 +99,3 @@ },

},
"gitHead": "48744f5830d8dbe95b9569516e434c8831eff7ee"
"gitHead": "9299994d02c31a8029a111d9714bae660fa834ef"
}

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