
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
sciter-sandbox
Advanced tools
This is a sciter.js cross-platform development environment, making it easy to build and test Sciter applications. The environment automatically installs the Sciter SDK and provides various tools to streamline development.
node
(tested with 22 LTS) and its package manager npm
npm install
npm run install-sdk
npm run scapp
npm run install-sdk [version]
# example
npm run install-sdk 6.0.0.7
NOTE: if you don't select a version, the default version will be installed.
npm run [scapp|scapp32]
npm run [usciter|usciter32]
npm run stop
npm run sdk-version
Javascript code linting uses xo which uses eslint internally.
npx xo (--fix) [file1 file2]
Note: without files, xo automatically finds the files to lint.
You can also use the sandbox in your own projects:
npm install --save-dev sciter-sandbox
package.json
"scripts": {
"install-sdk": "node ./node_modules/sciter-sandbox/scripts/install.mjs cleanup",
"sdk-version": "node ./node_modules/sciter-sandbox/scripts/version.mjs",
"scapp": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp",
"usciter": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter",
"stop": "node ./node_modules/sciter-sandbox/scripts/stop.mjs",
"scapp32": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp32",
"usciter32": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter32"
},
You can set your project to use a specific SDK version by adding the key sciterVersion: 6.0.0.7
inside package.json
.
# bump version
npm version 1.4.6
# publish package (send to npmjs.com)
npm publish
FAQs
sciter.js development sandbox
The npm package sciter-sandbox receives a total of 0 weekly downloads. As such, sciter-sandbox popularity was classified as not popular.
We found that sciter-sandbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.