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

@accountingbox/invoice-templates

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accountingbox/invoice-templates - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@accountingbox/invoice-templates",
"version": "1.0.1",
"version": "1.0.2",
"description": "Invoice templates",

@@ -5,0 +5,0 @@ "author": "Thymo",

@@ -1,11 +0,9 @@

# invoice-templates
# Invoice-Templates
> Invoice templates
[![NPM](https://img.shields.io/npm/v/@accountingbox/invoice-templates.svg)](https://www.npmjs.com/package/@accountingbox/invoice-templates) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![NPM](https://img.shields.io/npm/v/invoice-templates.svg)](https://www.npmjs.com/package/invoice-templates) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save invoice-templates
npm install --save @accountingbox/invoice-templates
```

@@ -18,8 +16,11 @@

import MyComponent from 'invoice-templates'
import 'invoice-templates/dist/index.css'
import {InvoiceRender} from '@accountingbox/invoice-templates'
import '@accountingbox/invoice-templates/dist/index.css'
const invoice = {}
const invoiceSettings = {}
class Example extends Component {
render() {
return <MyComponent />
return <InvoiceRender invoice={invoice} invoiceSettings={invoiceSettings} />
}

@@ -31,2 +32,2 @@ }

© [Thymo](https://github.com/Thymo)
© [AccountingBox](https://github.com/accountingbox)
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