Socket
Socket
Sign inDemoInstall

trello-node-api

Package Overview
Dependencies
55
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

.travis.yml

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.0.3 December 02, 2017
- Add support for TypeScript
- Add JavaScript examples
- Add TypeScript examples
- Add travis CI
0.0.2 October 15, 2017

@@ -2,0 +8,0 @@ - Add details to the README.MD

2

lib/TrelloMethod.basic.js

@@ -26,3 +26,3 @@ 'use strict';

update: trelloMethod({
method: 'POST',
method: 'PUT',
path: '{id}',

@@ -29,0 +29,0 @@ urlParams: ['id']

{
"name": "trello-node-api",
"version": "0.0.2",
"version": "0.0.3",
"description": "Trello Node API wrapper",

@@ -24,3 +24,5 @@ "keywords": [

"trello-organizations",
"trello-webhooks"
"trello-webhooks",
"trello-typescript",
"trello-es6"
],

@@ -27,0 +29,0 @@ "homepage": "https://github.com/bhushankumarl/trello-node-api",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc