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

@preconstruct/cli

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preconstruct/cli - npm Package Compare versions

Comparing version 2.6.4 to 2.7.0

dist/declarations/src/rollup-plugins/typescript-declarations/get-declarations-with-imported-module-specifiers-replacing.d.ts

2

dist/declarations/src/rollup-plugins/typescript-declarations/common.d.ts

@@ -20,3 +20,3 @@ export type DeclarationFile = {

}>;
export declare const getDeclarationsForFile: (filename: string, typescript: TS, program: import("typescript").Program, normalizedPkgDir: string, projectDir: string, diagnosticsHost: import("typescript").FormatDiagnosticsHost, transformers?: import("typescript").CustomTransformers) => Promise<EmittedDeclarationOutput>;
export declare const getDeclarationsForFile: (filename: string, typescript: TS, program: import("typescript").Program, normalizedPkgDir: string, projectDir: string, diagnosticsHost: import("typescript").FormatDiagnosticsHost, visitModuleSpecifier?: (moduleSpecifier: string) => string) => Promise<EmittedDeclarationOutput>;
export declare function overwriteDeclarationMapSourceRoot(content: string, actualSourceRoot: string): string;
import { Package } from "./package";
export declare function fixPackage(pkg: Package): Promise<boolean>;
export declare function validatePackage(pkg: Package): void;
{
"name": "@preconstruct/cli",
"version": "2.6.4",
"version": "2.7.0",
"description": "Dev and build your code painlessly in monorepos",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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