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

@ultrapowa/sc-tools

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultrapowa/sc-tools - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "@ultrapowa/sc-tools",
"version": "2.0.2",
"version": "2.0.3",
"description": "A tool to unpack, repack, edit and play 2d animations from Supercell games",

@@ -5,0 +5,0 @@ "keywords": ["supercell", "sc", "clash of clans", "clash royale", "brawl stars", "boom beach", "hay day", "reverse"],

@@ -13,5 +13,3 @@ # SC Tools

- Add engine web example
- Publish to NPM
- Check sc compression perf
- Update readme

@@ -23,8 +21,8 @@ ## Recipes

```js
import { basename, resolve, join } from 'path';
import { basename, join } from 'path';
import glob from 'glob';
import { unpack } from '@ultrapowa/sc-tools';
const sourcePattern = resolve('path/to/apk/assets/e30a1e4a93c76bea755877299ebebf535e1b3d73/sc/*.sc');
const projectDir = resolve('path/to/local/workspace/brawl-stars-33.127');
const sourcePattern = 'path/to/apk/assets/e30a1e4a93c76bea755877299ebebf535e1b3d73/sc/*.sc';
const projectDir = 'path/to/local/workspace/brawl-stars-33.127';

@@ -55,8 +53,8 @@ const files = glob.sync(sourcePattern)

```js
import { basename, resolve, join } from 'path';
import { basename, join } from 'path';
import glob from 'glob';
import { unpack, buildPngShapes } from '@ultrapowa/sc-tools';
const sourcePattern = resolve('path/to/apk/**/*.sc');
const projectDir = resolve('path/to/local/workspace/brawl-stars-38.111');
const sourcePattern = 'path/to/apk/**/*.sc';
const projectDir = 'path/to/local/workspace/brawl-stars-38.111';

@@ -76,2 +74,4 @@ const files = glob.sync(sourcePattern)

This part of the code is not migrated yet.
```js

@@ -78,0 +78,0 @@ import path from 'path';

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