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

num-client

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

num-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"name": "num-client",
"version": "0.0.1",
"description": "A MODL interpreter in TypeScript",
"version": "0.0.2",
"description": "A NUM Protocol Client in TypeScript",
"types": "index.d.ts",

@@ -52,3 +52,2 @@ "dependencies": {

"files": [
"dist/**/*",
"lib/**/*",

@@ -55,0 +54,0 @@ "index.d.ts",

14

README.md

@@ -43,15 +43,7 @@ # NUM Client

1. Add the following line to your `package.json` file in your TypeScript, JavaScript or Flutter project:
```json
"dependencies": {
"num-client": "git+ssh://git@github.com:NUMtechnology/num-javascript-client.git#v0.0.1",
...
}
Install using:
```shell
npm install -s num-client
```
2. Run `npm install` or equivalent for your project
**Note**: keep an eye on the releases and update the version number as neccessary to get the latest version. The package will be available at `npmjs.org` shortly.
# TypeScript Examples

@@ -58,0 +50,0 @@ ## Importing the Client

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