Socket
Socket
Sign inDemoInstall

freshbooks-classic

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

freshbooks-classic - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

lib/api/item.js

6

lib/index.js

@@ -25,4 +25,6 @@ "use strict";

// this.invoice = require('./api/invoice')({http})
// this.item = require('./api/item')({http})
// this.language = require('./api/language')({http})
this.item = require('./api/item')({
http
}); // this.language = require('./api/language')({http})
// this.payment = require('./api/payment')({http})

@@ -29,0 +31,0 @@ // this.project = require('./api/project')({http})

{
"name": "freshbooks-classic",
"description": "FreshBooks Classic API wrapper",
"version": "0.0.8",
"version": "0.0.9",
"author": "Leonardo Dino",

@@ -6,0 +6,0 @@ "scripts": {

@@ -14,3 +14,3 @@ import FreshBooksFetch from './utils/fetch'

// this.invoice = require('./api/invoice')({http})
// this.item = require('./api/item')({http})
this.item = require('./api/item')({http})
// this.language = require('./api/language')({http})

@@ -17,0 +17,0 @@ // this.payment = require('./api/payment')({http})

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