Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sst

Package Overview
Dependencies
Maintainers
2
Versions
1297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sst - npm Package Compare versions

Comparing version 0.0.0-20221127195750 to 0.0.0-20221127200424

6

cli/commands/start.js

@@ -10,2 +10,5 @@ import path from "path";

import { Pothos } from "../../pothos.js";
import { exec } from "child_process";
import util from "util";
const execAsync = util.promisify(exec);
export const start = (program) => program.command("start", "Work on your SST app locally", (yargs) => yargs.option("fullscreen", {

@@ -214,4 +217,1 @@ type: "boolean",

});
function execAsync(cmd) {
throw new Error("Function not implemented.");
}
{
"name": "sst",
"version": "0.0.0-20221127195750",
"version": "0.0.0-20221127200424",
"bin": {

@@ -43,3 +43,2 @@ "sst": "./cli/sst.js"

"@aws-sdk/smithy-client": "^3.208.0",
"@babel/generator": "^7.20.4",
"@trpc/server": "9.16.0",

@@ -80,10 +79,5 @@ "aws-cdk": "2.50.0",

"@aws-sdk/types": "^3.208.0",
"@babel/core": "^7.20.2",
"@sls-next/lambda-at-edge": "^3.7.0",
"@tsconfig/node16": "^1.0.3",
"@types/aws-iot-device-sdk": "^2.2.4",
"@types/aws-lambda": "^8.10.108",
"@types/babel-generator": "^6.25.5",
"@types/babel__core": "^7.1.20",
"@types/babel__generator": "^7.6.4",
"@types/cross-spawn": "^6.0.2",

@@ -98,7 +92,9 @@ "@types/express": "^4.17.14",

"archiver": "^5.3.1",
"graphql": "^16.5.0",
"kysely": "^0.22.0",
"kysely-data-api": "^0.1.4",
"tsx": "^3.12.1",
"vitest": "^0.15.1"
"vitest": "^0.15.1",
"graphql": "^16.5.0",
"@sls-next/lambda-at-edge": "^3.7.0",
"@babel/core": "^7.0.0-0"
},

@@ -105,0 +101,0 @@ "peerDependencies": {

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