Socket
Socket
Sign inDemoInstall

num-record-packer-client

Package Overview
Dependencies
16
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    num-record-packer-client

A JSON to JSON mapper in TypeScript for compacting NUM objects according to an unpacker spec.


Version published
Weekly downloads
0
Maintainers
2
Created
Weekly downloads
 

Readme

Source

TypeScript NUM Record Packer Client

This program takes a JSON object and convertes it to a more compact JSON object using a mapping specification, also written as JSON.

There are some examples of how to use the packer in the test directory.

Running the example code in a web browser

  1. Clone the repository.
  2. Run npm install -g webpack
  3. Run npm install -g webpack-cli
  4. Run npm install
  5. Open the test/index.html file using a web browser (Only tested using Brave browser)
  6. Paste your JSON into the first two text areas and click Pack to see the result.

FAQs

Last updated on 26 Apr 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc