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

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.5 to 0.0.6

lib/api/callback.js

3

lib/index.js

@@ -14,2 +14,5 @@ "use strict";

this.callback = require('./api/Callback')({
http
});
this.client = require('./api/client')({

@@ -16,0 +19,0 @@ http

2

package.json
{
"name": "freshbooks-classic",
"description": "FreshBooks Classic API wrapper",
"version": "0.0.5",
"version": "0.0.6",
"author": "Leonardo Dino",

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

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

// this.category = require('./api/Category')({http})
this.callback = require('./api/Callback')({http})
this.client = require('./api/client')({http})

@@ -10,0 +11,0 @@ this.estimate = require('./api/estimate')({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