New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/dev-tools

Package Overview
Dependencies
Maintainers
19
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/dev-tools - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

types/core/adapters/angular/angular-app-routes-update.unit.d.ts

2

package.json
{
"name": "@builder.io/dev-tools",
"version": "1.3.3",
"version": "1.3.4",
"description": "Builder.io Visual CMS Devtools",

@@ -5,0 +5,0 @@ "type": "module",

import type { AddCliOptions, FileNode, FolderNode, Snippet, SyncInfo } from "../../types";
export declare function addCommand(opts: AddCliOptions): Promise<SyncInfo | undefined>;
export declare function fetchSnippet(id: string): Promise<Snippet | null>;
export declare function writeFiles(snippet: Snippet, files: Array<FileNode | FolderNode>, rootPath: string, addSessionLink: boolean): Promise<FileNode[]>;
export declare function suggestRootPath(framework: string): string;
export declare function writeFiles(appRootDir: string, snippet: Snippet, files: Array<FileNode | FolderNode>, rootPath: string, addSessionLink: boolean): Promise<FileNode[]>;
export declare function suggestRootPath(appRootDir: string, framework: string): string;

@@ -17,2 +17,3 @@ import type { DevToolsSys } from "../types";

incomplete?: boolean;
stopReason?: "end" | "limit" | "error";
}

@@ -19,0 +20,0 @@ export declare const runCodeCommand: (sys: DevToolsSys, subCommand: string, args: CLIArgs) => Promise<void>;

@@ -12,2 +12,4 @@ import type { DevToolsSys } from "../types";

export declare function getGitRemoteURL(repoPath: string): string;
export declare function findPackageJsonDir(dir: string): string | null;
export declare function findAppRootDir(dir: string): string | null;
export {};

@@ -53,2 +53,3 @@ /// <reference types="node" />

getRepoInfo: () => Promise<RepoInfo>;
Sentry: typeof import("@sentry/node") | undefined;
ts: typeof import("typescript");

@@ -55,0 +56,0 @@ version: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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