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.6 to 0.0.1-alpha.9

index.cjs.js

38

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "0.0.1-alpha.6+49540cd",
"version": "0.0.1-alpha.9+b023f06",
"license": "SEE LICENSE IN LICENSE.md",

@@ -16,10 +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": [
"*",
"!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"

@@ -31,8 +33,22 @@ },

"dependencies": {
"@deboxsoft/module-core": "^1.3.2"
"@deboxsoft/module-core": "^1.5.6"
},
"peerDependencies": {
"@deboxsoft/module-server": "*",
"graphql": "*"
},
"peerDependenciesMeta": {
"@deboxsoft/module-server": {
"optional": true
},
"graphql": {
"optional": true
}
},
"gitHead": "632d6d47534379afd3a8f6760ac3ab301035ac6b",
"devDependencies": {
"typedi": "^0.8.0"
},
"gitHead": "49540cd7122c6ed79ef0b80f8eb07c7228f8ad27"
"@deboxsoft/module-server": "*",
"graphql": "*",
"tslib": "^2.0.3"
}
}
{
"extends": "@nurdiansyah/devel/tsconfig.base.json",
"extends": "../../tsconfig.json",
"include": ["src"]
}

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