🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sapiom/sandbox-preview

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapiom/sandbox-preview - npm Package Compare versions

Comparing version
0.1.8
to
0.1.9
+7
-0
CHANGELOG.md
# @sapiom/sandbox-preview
## 0.1.9
### Patch Changes
- Updated dependencies [55cde7f]
- @sapiom/tools@0.23.0
## 0.1.8

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

+1
-1

@@ -1,1 +0,1 @@

{"type": "module"}
{"type":"module"}
{
"name": "@sapiom/sandbox-preview",
"version": "0.1.8",
"version": "0.1.9",
"description": "Client-side flow for deploying a web-app preview to a Sapiom sandbox — provision, upload, deploy to a live URL. Shared by the CLI and MCP packages.",

@@ -38,3 +38,3 @@ "license": "MIT",

"zod": "^3.25.76",
"@sapiom/tools": "^0.22.0"
"@sapiom/tools": "^0.23.0"
},

@@ -62,3 +62,3 @@ "devDependencies": {

"build:esm": "tsc --project tsconfig.esm.json",
"build:esm-pkg": "echo '{\"type\": \"module\"}' > dist/esm/package.json",
"build:esm-pkg": "node -e \"require('fs').writeFileSync('dist/esm/package.json',JSON.stringify({type:'module'}))\"",
"clean": "rm -rf dist *.tsbuildinfo",

@@ -65,0 +65,0 @@ "dev": "tsc --watch --project tsconfig.cjs.json",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet