Socket
Socket
Sign inDemoInstall

@faststore/cli

Package Overview
Dependencies
Maintainers
10
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/cli - npm Package Compare versions

Comparing version 2.0.60-alpha.0 to 2.0.65-alpha.0

6

dist/commands/dev.js

@@ -5,6 +5,6 @@ "use strict";

const core_1 = require("@oclif/core");
const child_process_1 = require("child_process");
const chokidar_1 = tslib_1.__importDefault(require("chokidar"));
const child_process_1 = require("child_process");
const directory_1 = require("../utils/directory");
const generate_1 = require("../utils/generate");
const directory_1 = require("../utils/directory");
/**

@@ -30,3 +30,3 @@ * Taken from toolbelt

async function storeDev() {
const devProcess = (0, child_process_1.spawn)('yarn develop', {
const devProcess = (0, child_process_1.spawn)('yarn dev', {
shell: true,

@@ -33,0 +33,0 @@ cwd: directory_1.tmpDir,

{
"name": "@faststore/cli",
"version": "2.0.60-alpha.0",
"version": "2.0.65-alpha.0",
"description": "FastStore CLI",

@@ -30,4 +30,4 @@ "author": "Emerson Laurentino @emersonlaurentino",

"devDependencies": {
"@faststore/eslint-config": "^2.0.60-alpha.0",
"@faststore/shared": "^2.0.60-alpha.0",
"@faststore/eslint-config": "^2.0.65-alpha.0",
"@faststore/shared": "^2.0.65-alpha.0",
"@types/chai": "^4",

@@ -74,3 +74,3 @@ "@types/fs-extra": "^9.0.13",

"types": "dist/index.d.ts",
"gitHead": "11f43052ae13416e55c3381ad6b655d0865f3bbd"
"gitHead": "05c8f7f46e876406fcae355dbeff243bbf2e1e25"
}

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