🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fedify/init

Package Overview
Dependencies
Maintainers
3
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fedify/init - npm Package Compare versions

Comparing version
2.4.0-dev.1431
to
2.4.0-dev.1488
+1
-1
dist/deno.js
//#region deno.json
var version = "2.4.0-dev.1431+9ef6f5e8";
var version = "2.4.0-dev.1488+a9fe1094";
//#endregion
export { version };
{
"name": "@fedify/init",
"version": "2.4.0-dev.1431+9ef6f5e8",
"version": "2.4.0-dev.1488+a9fe1094",
"description": "Project initializer for Fedify",

@@ -21,6 +21,3 @@ "keywords": [

},
"funding": [
"https://opencollective.com/fedify",
"https://github.com/sponsors/dahlia"
],
"funding": "https://opencollective.com/fedify",
"repository": {

@@ -27,0 +24,0 @@ "type": "git",

@@ -75,18 +75,12 @@ @fedify/init: Project initializer for Fedify

To run the test using Deno:
To run the test, use the mise task from the repository root:
~~~~ sh
deno task test-init
mise run test:init
~~~~
Or using pnpm:
~~~~ sh
pnpm test-init
~~~~
You can also filter specific options to test a subset of combinations:
~~~~ sh
deno task test-init -w hono -p deno
mise run test:init -w hono -p deno
~~~~

@@ -93,0 +87,0 @@