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

fastify-cli

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-cli - npm Package Compare versions

Comparing version 0.25.0 to 0.25.1

app_template/__gitignore

2

package.json
{
"name": "fastify-cli",
"version": "0.25.0",
"version": "0.25.1",
"description": "Run a fastify route with one command!",

@@ -5,0 +5,0 @@ "main": "cli.js",

@@ -36,3 +36,3 @@ 'use strict'

expected[file.replace(templatedir, '')] = data.toString()
expected[file.replace(templatedir, '').replace(/__/, '.')] = data.toString()

@@ -39,0 +39,0 @@ count++

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