Socket
Socket
Sign inDemoInstall

numpy-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    numpy-parser

A JS parser for binary .npy files.


Version published
Weekly downloads
1.3K
increased by15.23%
Maintainers
1
Install size
29.8 kB
Created
Weekly downloads
 

Readme

Source

numpy-parser

A JS parser for (binary) .npy files, supporting all TypedArray subclasses:

  • float32 & float64
  • int8, int16, int32
  • uint8, uint16, uint32

Acknowledgements

This implementation was inspired by this gist by nvictus.

Future Work

.npy files can encode floats as 16 bit long, too. While JS runtimes may not support this as a native data type, we could still consider supporting it and parsing into 32 bit floats to at least get the bandwidth savings in transit.

Keywords

FAQs

Last updated on 10 Jan 2019

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