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

coinkraal-api-interface

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinkraal-api-interface - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

interface/agent.spec.js

9

agent.js

@@ -45,9 +45,12 @@

};
}
responseBody(res) {
return res.body
};
responseText(res) {
return res.text;
}
responseBody = res => res.body;
responseText = res => res.text;
getApi(api) {

@@ -54,0 +57,0 @@ if(api.indexOf('http') == -1)

{
"name": "coinkraal-api-interface",
"version": "0.2.0",
"version": "0.2.1",
"description": "Api Interface for CoinKraal Applications",

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

"test": "jasmine-node interface --color --verbose",
"test-dev": "jasmine-node interface --autotest --watch --color --verbose"
"test-dev": "jasmine-node interface --autotest --color --verbose --watch"
},

@@ -11,0 +11,0 @@ "repository": {

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