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

cash-tokenizer-client

Package Overview
Dependencies
Maintainers
11
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cash-tokenizer-client - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

12

index.js

@@ -78,10 +78,2 @@ const EventSource = require('eventsource')

async function getCreationState(id){
return await doGet('/tokenizer/creation/'+id+'/state')
}
async function getRedemptionState(id){
return await doGet('/tokenizer/redemption/'+id+'/state')
}
async function tokenize(transfers){

@@ -96,6 +88,4 @@ const form = {

isAPIRunning,
getCreationState,
getRedemptionState,
subscribeToExecutedRedemptionsPubSub,
tokenize,
tokenize
}

@@ -102,0 +92,0 @@ }

8

package.json
{
"name": "cash-tokenizer-client",
"version": "0.0.8",
"version": "0.0.9",
"description": "A nodejs client for the cash-tokenizer API",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/AdharaProjects/cash-tokenizer-client.git"
"url": "git+https://github.com/AdharaProjects/cash-tokenizer.git"
},

@@ -17,5 +17,5 @@ "author": "Ryno Beyers",

"bugs": {
"url": "https://github.com/AdharaProjects/cash-tokenizer-client/issues"
"url": "https://github.com/AdharaProjects/cash-tokenizer/issues"
},
"homepage": "https://github.com/AdharaProjects/cash-tokenizer-client#readme",
"homepage": "https://github.com/AdharaProjects/cash-tokenizer#readme",
"dependencies": {

@@ -22,0 +22,0 @@ "eventsource": "^1.0.7",

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