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

@banked/node

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@banked/node - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [0.0.12](https://github.com/banked/banked-node/compare/v0.0.11...v0.0.12) (2020-03-18)
### [0.0.11](https://github.com/banked/banked-node/compare/v0.0.10...v0.0.11) (2020-03-18)

@@ -7,0 +11,0 @@

2

dist/util/client.js

@@ -17,3 +17,3 @@ "use strict";

baseURL: "https://banked.me/api/v2",
timeout: 1000
timeout: 3000
});

@@ -20,0 +20,0 @@ instance.interceptors.request.use(config => {

{
"name": "@banked/node",
"version": "0.0.11",
"version": "0.0.12",
"description": "Node.js library for the Banked API",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,3 +8,3 @@ import axios from "axios";

baseURL: "https://banked.me/api/v2",
timeout: 1000
timeout: 3000
});

@@ -11,0 +11,0 @@ instance.interceptors.request.use(config => {

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