New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@prepsmith/material-xlsx-transformer

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prepsmith/material-xlsx-transformer

Transform the Exam Material Data JSON to SmithSupply format XLSX file.

  • 1.2.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@prepsmith/material-xlsx-transform

Transform the Exam Material Data JSON to SmithSupply format XLSX file.

Install dependencies

$ yarn install

Run demo

$ yarn demo

Dump material data from db

example:

# ssh forward postgres server port to local host
$ ssh -NL 127.0.0.1:5432:10.23.49.163:5432 ubuntu@120.132.6.226 -vv

# in another terminal session to dump data
$ psql -h 127.0.0.1 -U root -P "footer=off" -P "tuples_only" ems_staging -c "select name, material_data from exams" > material_dump.txt

Generate XLSX files from dump data

example:

$ node batch.js /Users/michael/material_dump.txt

FAQs

Package last updated on 05 Dec 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc