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

@deboxsoft/accounting-api

Package Overview
Dependencies
Maintainers
1
Versions
434
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/accounting-api - npm Package Compare versions

Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7

types/account-manager.d.ts

5

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"license": "SEE LICENSE IN LICENSE.md",

@@ -30,3 +30,4 @@ "repository": {

"lint": "yarn r:eslint --fix 'src/**/*.ts'",
"publish:canary": "npm publish --tag canary",
"publish:canary": "yarn build && npm publish --tag canary",
"publish:dev": "yarn version prerelease && yarn publish:canary",
"test": "yarn r:jest --passWithNoTests"

@@ -33,0 +34,0 @@ },

2

types/index.d.ts

@@ -6,1 +6,3 @@ export * from "./types";

export * from "./db";
export * from "./account-manager";
export * from "./transaction-manager";

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