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.7 to 0.0.8

19

index.js

@@ -82,20 +82,6 @@ const EventSource = require('eventsource')

async function setCreationState(id, state){
const form = {
state
}
return await doPost('/tokenizer/creation/'+id+'/state', form)
}
async function getRedemptionState(id){
return await doGet('/tokenizer/creation/'+id+'/state')
return await doGet('/tokenizer/redemption/'+id+'/state')
}
async function setRedemptionState(id, state){
const form = {
state
}
return await doPost('/tokenizer/redemption/'+id+'/state', form)
}
async function tokenize(transfers){

@@ -112,7 +98,4 @@ const form = {

getRedemptionState,
setCreationState,
setRedemptionState,
subscribeToExecutedRedemptionsPubSub,
tokenize,
}

@@ -119,0 +102,0 @@ }

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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