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

asana

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asana - npm Package Compare versions

Comparing version 0.18.3 to 0.18.4

16

lib/client.js

@@ -36,2 +36,7 @@ var Dispatcher = require('./dispatcher');

/**
* An instance of the BatchAPI resource.
* @type {BatchAPI}
*/
this.batchAPI = new resources.BatchAPI(this.dispatcher);
/**
* An instance of the CustomFieldSettings resource.

@@ -113,2 +118,7 @@ * @type {CustomFieldSettings}

/**
* An instance of the Typeahead resource.
* @type {Teams}
*/
this.typeahead = new resources.Typeahead(this.dispatcher);
/**
* An instance of the Users resource.

@@ -129,2 +139,8 @@ * @type {Users}

/**
* An instance of the WorkspaceMemberships resource.
* @type {Workspaces}
*/
this.workspaceMemberships =
new resources.WorkspaceMemberships(this.dispatcher);
/**
* An instance of the Webhooks resource.

@@ -131,0 +147,0 @@ * @type {Webhooks}

3

lib/resources/index.js
exports.Resource = require('./resource');
exports.Attachments = require('./attachments');
exports.BatchAPI = require('./batch_api');
exports.CustomFieldSettings = require('./custom_field_settings');

@@ -19,5 +20,7 @@ exports.CustomFields = require('./custom_fields');

exports.Teams = require('./teams');
exports.Typeahead = require('./typeahead');
exports.Users = require('./users');
exports.UserTaskLists = require('./user_task_lists');
exports.Workspaces = require('./workspaces');
exports.WorkspaceMemberships = require('./workspace_memberships');
exports.Webhooks = require('./webhooks');

8

package.json
{
"name": "asana",
"version": "0.18.3",
"version": "0.18.4",
"description": "Official NodeJS and BrowserJS client for the Asana API",

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

"devDependencies": {
"browserify": "^16.2.3",
"browserify": "^16.5.1",
"gulp": "^4.0.2",

@@ -40,7 +40,7 @@ "gulp-bump": "^3.0.0",

"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"gulp-mocha": "^7.0.2",
"gulp-shell": "^0.7.1",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.6",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",

@@ -47,0 +47,0 @@ "rewire": "^4.0.1",

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

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

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