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

create-waku

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-waku - npm Package Compare versions

Comparing version 0.8.0-alpha.2 to 0.8.0-beta.0

dist/helpers/install-template.d.ts

17

dist/helpers/example-option.d.ts

@@ -1,3 +0,2 @@

/// <reference types="node" />
export type RepoInfo = {
type RepoInfo = {
username: string | undefined;

@@ -8,7 +7,9 @@ name: string | undefined;

};
export declare function isUrlOk(url: string): Promise<boolean>;
export declare function getRepoInfo(url: URL): Promise<RepoInfo | undefined>;
export declare function hasRepo({ username, name, branch, filePath, }: RepoInfo): Promise<boolean>;
export declare function existsInRepo(nameOrUrl: string): Promise<boolean>;
export declare function downloadAndExtractRepo(root: string, { username, name, branch, filePath }: RepoInfo): Promise<void>;
export declare function downloadAndExtractExample(root: string, name: string): Promise<void>;
type ParsedExampleOption = {
example: string;
defaultRef: string;
repoInfo?: RepoInfo;
};
export declare function parseExampleOption(example: string | undefined, defaultRef: string): Promise<ParsedExampleOption | null>;
export declare function downloadAndExtract(root: string, { example, defaultRef, repoInfo }: ParsedExampleOption): Promise<void>;
export {};
{
"name": "create-waku",
"version": "0.8.0-alpha.2",
"version": "0.8.0-beta.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "tag": "next"

@@ -15,3 +15,3 @@ {

"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.2"
"waku": "0.20.0-beta.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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