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

ion-js

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ion-js

A JavaScript implementation of the Ion data interchange format

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by6.13%
Maintainers
1
Weekly downloads
 
Created
Source

About

Ion-JS is a Javascript library for Ion. The library allows for reading/writing Ion data from within Javascript code.

For more information on Ion have a look at the Ion Specification as well as some of the other Ion language specific libraries such as

Download

The library is written in typescript and uses npm for its dependencies. Make sure you have the latest, stable, release for npm.

  1. Clone this repo
    git clone --recursive https://github.com/amzn/ion-js.git
    
  2. Use npm to install all dependencies
    npm install 
    
  3. We use grunt for managing our build process, to see all of our build targets look at Gruntfile.js.
    grunt all
    

Javascript code is generated under the folder dist. Documentation is generated under the folder doc and is also available online.

Tests

To debug the unit tests, use the following command:

node debug node_modules/intern/client config=tests/intern ionVersion=es6

Browser

To run Ion in a browser, see the example in the "browser" folder. You'll need to copy require.js and the Ion JavaScript files (Ion.js etc.) into the "scripts" folder.

Keywords

FAQs

Package last updated on 12 May 2017

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