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

@accountingbox/invoice-templates

Package Overview
Dependencies
Maintainers
0
Versions
58
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.54 to 1.0.55

2

package.json
{
"name": "@accountingbox/invoice-templates",
"version": "1.0.54",
"version": "1.0.55",
"author": "Thymo",

@@ -5,0 +5,0 @@ "license": "",

@@ -11,3 +11,3 @@ import { defineConfig } from 'vite'

lib: {
entry: path.resolve("src", 'components/index.tsx'),
entry: path.resolve('src', 'components/index.tsx'),
name: '@accountingbox/invoice-templates',

@@ -17,3 +17,3 @@ fileName: (format) => `index.${format}.js`

rollupOptions: {
external: ['react', 'react-dom'],
external: ['react', 'react-dom', '@emotion/react', '@emotion/styled', '@emotion/cache'],
output: {

@@ -25,3 +25,3 @@ globals: {

}
},
}
})

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