npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nem2-library

v0.10.2

Published

nem2-library-js

Downloads

76

Readme

nem2-library-js

npm version Build Status Coverage Status License

:warning:️ nem2-library-js is not meant to be used in NEM2 Tools/Applications. It is used by nem2-sdk-typescript-javascript.

:information_source: nem2-library-js is not related to nem-library of NIS1.

This project is developed and maintained by NEM Foundation.

Important Notes

Dragon Network Compatibility ([email protected])

Due to a network upgrade with catapult-server@dragon version, it is recommended to use this package's 0.10.0 version and upwards in order to use this package with Dragon versioned networks.

The upgrade to this package's version v0.10.1 is mandatory for dragon compatibility.

Cow Network Compatibility ([email protected])

version v0.9.19 is the latest locked version for cow compatibility.

Due to a network upgrade with catapult-server@cow version, transactions from Alpaca&Bison are not compatible anymore.

Alpaca / Bison Network Compatibility ([email protected] & 0.2)

In order to be able to use this package with Alpaca or Bison versioned network, you must use version v0.9.5-2.

Notes on generation of catapult-rest DTO and API client

Following command can be used to generate DTOs and Api clients for the nem2-sdk-typescript-javascript :

$ git clone [email protected]:nemtech/nem2-docs
$ cd nem2-docs && mkdir sdks && cd sdks
$ cp ../source/resources/collections/swagger.yaml .
$ docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli generate -i /local/swagger.yaml -l javascript -t /local/es6_promise --additional-properties usePromises=true -o /local/nem2-js-sdk && rm -R nem2-js-sdk/test

Changelog

Important versions listed below. Refer to the Changelog for a full history of the project.

  • v0.10.1 - Dragon Compatible - 2019-06-04
  • v0.9.19 - Cow Compatible - 2019-06-03
  • v0.9.18 - Cow Compatible - 2019-05-16
  • v0.9.17 - Cow Compatible - 2019-05-16
  • v0.9.16 - Cow Compatible - 2019-05-06
  • v0.9.15 - Cow Compatible - 2019-05-01
  • v0.9.14 - Cow Compatible - 2019-04-10
  • v0.9.13 - Cow Compatible - 2019-03-24
  • v0.9.12 - Cow Compatible - 2019-03-10
  • v0.9.11 - Cow Compatible - 2019-03-07
  • v0.9.8 - Cow Compatible - 2019-02-28
  • v0.9.7 - Cow Compatible - 2019-02-25
  • v0.9.6 - Cow Compatible - 2019-02-25
  • v0.9.5-2 - Alpaca Compatible -

License

Copyright (c) 2018 NEM Licensed under the Apache License 2.0