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

@fedify/init

Package Overview
Dependencies
Maintainers
3
Versions
232
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.1490
to
2.4.0-dev.1504
+1
-1
dist/deno.js
//#region deno.json
var version = "2.4.0-dev.1490+e2224ef1";
var version = "2.4.0-dev.1504+756217cc";
//#endregion
export { version };
{
"name": "@fedify/init",
"version": "2.4.0-dev.1490+e2224ef1",
"version": "2.4.0-dev.1504+756217cc",
"description": "Project initializer for Fedify",

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

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

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

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

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

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