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

sb-util

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sb-util - npm Package Compare versions

Comparing version 0.0.1-prealpha to 0.0.1-prealpha.1

dist/common/index.d.ts

32

package.json
{
"name": "sb-util",
"version": "0.0.1-prealpha",
"version": "0.0.1-prealpha.1",
"description": "Scratch blocks utilities: open and query Scratch blocks formats",
"repository": {
"type": "git",
"url": "https://github.com/bocoup/sb-util"
},
"main": "index.js",
"repository": "https://github.com/bocoup/sb-util",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"test": "jest"
},

@@ -18,10 +16,7 @@ "keywords": [

],
"author": {
"name": "Bocoup, LLC - GAIA team",
"url": "https://bocoup.com"
},
"author": "Bocoup, LLC - GAIA team (https://bocoup.com)",
"contributors": [
{
"name": "Erika Miguel-Yeo",
"email": "erika@bocoup.com"
"name": "Erika Miguel-Yeo",
"email": "erika@bocoup.com"
},

@@ -46,5 +41,10 @@ {

"license": "BSD-3-Clause",
"dependencies": {
"jsonpath": "^1.0.2"
}
"dependencies": {},
"devDependencies": {},
"workspaces": [
"packages/*"
],
"files": [
"dist"
]
}

@@ -1,7 +0,15 @@

# Purpose
This repo demonstrates a proof of concept for the .sb3 utility for Scratch. It is a naive Javascript implementation to illustrate the different ways a project.json can be queried to get insightful information about a Scratch project.
# sb-util
**sb-util** is a utility that allows developers to query a Scratch Project for collections of sprites, blocks, assets, and any other information within a *.sb3 file's project.json.
## Running the script
This repo holds the TypeScript implementation of sb-util, which can be imported as a JavaScript library or used as a CLI.
# Development
## Build
```
node sbutil.js
yarn build
```
## Run Tests
```
yarn test
```
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