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-20221124212325 to 0.0.0-20221125061049

2

node/api/index.d.ts
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node/url.js" />
/// <reference types=".pnpm/@types+node@17.0.45/node_modules/@types/node/url.js" />
import { Handler } from "../../context/handler.js";

@@ -3,0 +5,0 @@ export interface ApiResources {

{
"name": "sst",
"version": "0.0.0-20221124212325",
"version": "0.0.0-20221125061049",
"bin": {

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

"./constructs": "./constructs/index.js",
"./context": "./context/index.js",
"./node/*": "./node/*/index.js",

@@ -93,5 +94,8 @@ "./*": "./*"

"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"
},
"optionalDependencies": {
"peerDependencies": {
"@babel/core": "^7.0.0-0",

@@ -101,2 +105,13 @@ "@sls-next/lambda-at-edge": "^3.7.0",

},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@sls-next/lambda-at-edge": {
"optional": true
},
"graphql": {
"optional": true
}
},
"gitHead": "8ac2d0abc11d5de721c87658bb445e3d6c211dcf",

@@ -103,0 +118,0 @@ "scripts": {

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