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

@tanstack/router-cli

Package Overview
Dependencies
Maintainers
2
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/router-cli - npm Package Compare versions

Comparing version 0.0.1-beta.194 to 0.0.1-beta.195

2

build/cjs/watch.js

@@ -26,3 +26,3 @@ /**

async function watch() {
const configWatcher = chokidar__default["default"].watch(path__default["default"].resolve(process.cwd(), 'tsr.config.js'));
const configWatcher = chokidar__default["default"].watch(path__default["default"].resolve(process.cwd(), 'tsr.config.json'));
let watcher = new chokidar__default["default"].FSWatcher({});

@@ -29,0 +29,0 @@ const generatorWatcher = async () => {

{
"name": "@tanstack/router-cli",
"author": "Tanner Linsley",
"version": "0.0.1-beta.194",
"version": "0.0.1-beta.195",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "tanstack/router",

@@ -8,3 +8,3 @@ import chokidar from 'chokidar'

const configWatcher = chokidar.watch(
path.resolve(process.cwd(), 'tsr.config.js'),
path.resolve(process.cwd(), 'tsr.config.json'),
)

@@ -11,0 +11,0 @@

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