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.0.1-alpha.12 to 0.1.0-alpha.0

.bic_cache

37

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "0.0.1-alpha.12+8b39ce0",
"version": "0.1.0-alpha.0",
"license": "SEE LICENSE IN LICENSE.md",

@@ -16,14 +16,12 @@ "repository": {

],
"main": "libs/index.cjs.js",
"types": "libs/index.d.ts",
"module": "libs/index.js",
"main": "index.cjs.js",
"types": "index.d.ts",
"module": "index.js",
"files": [
"libs",
"LICENSE"
"*",
"!src"
],
"scripts": {
"clean": "rimraf libs",
"dev": "yarn build --watch",
"build": "rollup -c",
"prepublishOnly": "yarn build",
"build": "yarn build:rollup -c ../../config/rollup/api.js",
"typecheck": "tsc --noEmit"

@@ -35,5 +33,22 @@ },

"dependencies": {
"@deboxsoft/module-core": "^1.5.3"
"@deboxsoft/module-core": "^1.5.6"
},
"gitHead": "8b39ce0122a4f6a84af18f946d0769fb574817e0"
"peerDependencies": {
"@deboxsoft/module-server": "*",
"graphql": "*"
},
"peerDependenciesMeta": {
"@deboxsoft/module-server": {
"optional": true
},
"graphql": {
"optional": true
}
},
"gitHead": "83c9935d6029fc5d4700f8e8a9fa2c9372046875",
"devDependencies": {
"@deboxsoft/module-server": "*",
"graphql": "*",
"tslib": "^2.0.3"
}
}
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