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

turbowatch

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turbowatch - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

25

dist/bin/turbowatch.js

@@ -6,25 +6,2 @@ #!/usr/bin/env node

/* eslint-disable require-atomic-updates */
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -58,3 +35,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

const main = async () => {
const { watch } = await Promise.resolve().then(() => __importStar(require('../watch')));
const { watch } = (0, jiti_1.default)(__filename)('../watch');
const argv = await (0, yargs_1.default)((0, helpers_1.hideBin)(process.argv))

@@ -61,0 +38,0 @@ .command('$0 [scripts...]', 'Start Turbowatch', (commandYargs) => {

2

package.json

@@ -65,3 +65,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.6.1"
"version": "2.6.2"
}

@@ -40,3 +40,3 @@ #!/usr/bin/env node

const main = async () => {
const { watch } = await import('../watch');
const { watch } = jiti(__filename)('../watch');

@@ -43,0 +43,0 @@ const argv = await yargs(hideBin(process.argv))

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