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

@typescript-tools/monorepo-root

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-tools/monorepo-root - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

CHANGELOG.md

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

## [1.3.2](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/monorepo-root@1.3.1...@typescript-tools/monorepo-root@1.3.2) (2021-04-15)
**Note:** Version bump only for package @typescript-tools/monorepo-root
## [1.3.1](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/monorepo-root@1.3.0...@typescript-tools/monorepo-root@1.3.1) (2021-02-20)

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

2

dist/src/monorepo-root.js

@@ -39,3 +39,3 @@ "use strict";

const findup = (target, cwd) => function_1.pipe(
// FIXME: this should be async
// FIXME: this should be async, or at least offer an async version in addition
find_up_1.default.sync(target, { cwd, type: 'file' }), E.fromNullable(err(cwd)), E.map(path.dirname));

@@ -42,0 +42,0 @@ /**

{
"name": "@typescript-tools/monorepo-root",
"version": "1.3.1",
"version": "1.3.2",
"description": "Find the monorepo root directory",

@@ -98,3 +98,3 @@ "main": "dist/src/monorepo-root.js",

},
"gitHead": "118dd51722697e77eb92251f8a9e38af1c20c529"
"gitHead": "7939e6eb8ed5b05f49529f9e16cd5242f80c5d58"
}

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