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

@typescript-tools/find-package

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-tools/find-package - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

11

CHANGELOG.md

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

## [1.1.2](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/find-package@1.1.1...@typescript-tools/find-package@1.1.2) (2021-02-20)
### Bug Fixes
* rename error type for consistency ([8d9a94c](https://github.com/typescript-tools/typescript-tools/commit/8d9a94c91f87968345f2b3d49fbd1cf586c87c5c))
## [1.1.1](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/find-package@1.1.0...@typescript-tools/find-package@1.1.1) (2021-02-20)

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

2

dist/src/index.d.ts

@@ -14,5 +14,5 @@ /**

/**
* Returns absolute path to the specified package.
* Returns specified package metadata.
*/
export declare const findPackage: (pathInsideMonorepo: string, packagePathOrName: string) => TE.TaskEither<FindPackageError, LernaPackage>;
//# sourceMappingURL=index.d.ts.map

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

/**
* Returns absolute path to the specified package.
* Returns specified package metadata.
*/

@@ -44,0 +44,0 @@ const findPackage = (pathInsideMonorepo, packagePathOrName) => function_1.pipe(lerna_packages_1.lernaPackages(pathInsideMonorepo), TE.chain(packages => exports.findPackageIn(packages)(packagePathOrName)));

{
"name": "@typescript-tools/find-package",
"version": "1.1.1",
"version": "1.1.2",
"description": "Find lerna package by path or name",

@@ -46,4 +46,4 @@ "homepage": "https://github.com/typescript-tools/typescript-tools",

"dependencies": {
"@typescript-tools/io-ts": "^2.1.0",
"@typescript-tools/lerna-packages": "^2.2.0",
"@typescript-tools/io-ts": "^2.2.0",
"@typescript-tools/lerna-packages": "^2.2.1",
"fp-ts": "^2.9.3"

@@ -100,3 +100,3 @@ },

},
"gitHead": "6e062d37f9a09083bab7cbd81c6e465f13f4be82"
"gitHead": "118dd51722697e77eb92251f8a9e38af1c20c529"
}
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