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

tinybird.js

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinybird.js - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md

@@ -13,2 +13,8 @@ # Change Log

## [2.0.2] - 2021-12-01
### Fixed
- Send token as query param instead of header when creating a Data Source in the case of long URLs (!33)
## [2.0.1] - 2021-11-19

@@ -15,0 +21,0 @@

5

dist/tinybird.es.js

@@ -5,3 +5,3 @@ /*

* git+ssh://git@gitlab.com/tinybird/tinybird.js.git
* v2.0.1
* v2.0.2
* MIT License

@@ -1413,6 +1413,5 @@ */

schemaParams.format = type;
return Utils.fetchJson(Utils.trimUrl(url), {
return Utils.fetchJson(Utils.trimUrl(url + 'token=' + token), {
method: 'POST',
headers: {
Authorization: 'Bearer ' + token,
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'

@@ -1419,0 +1418,0 @@ },

@@ -5,3 +5,3 @@ /*

* git+ssh://git@gitlab.com/tinybird/tinybird.js.git
* v2.0.1
* v2.0.2
* MIT License

@@ -1419,6 +1419,5 @@ */

schemaParams.format = type;
return Utils.fetchJson(Utils.trimUrl(url), {
return Utils.fetchJson(Utils.trimUrl(url + 'token=' + token), {
method: 'POST',
headers: {
Authorization: 'Bearer ' + token,
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'

@@ -1425,0 +1424,0 @@ },

2

package.json
{
"name": "tinybird.js",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tinybird.js library",

@@ -5,0 +5,0 @@ "umd": "dist/tinybird.umd.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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