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

@eximchain/api-types

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eximchain/api-types - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

.nojekyll

9

package.json
{
"name": "@eximchain/api-types",
"version": "1.0.4",
"version": "1.1.0",
"description": "Shared types used across Eximchain APIs",

@@ -9,5 +9,7 @@ "main": "build/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build": "tsc && typedoc && touch docs/build/.nojekyll && echo \"include:\n - \"_*_.html\"\n - \"_*_.*.html\"\" >> docs/build/config.yml",
"dev": "tsc --watch",
"prepare": "npm run build"
"deployDocs": "npm run build; npx gh-pages -d docs/build -t",
"prepare": "npm run build",
"prepublishOnly": "npm run deployDocs"
},

@@ -25,4 +27,5 @@ "author": "John O'Sullivan <john@eximchain.com>",

"@types/node": "^12.12.8",
"typedoc": "^0.15.0",
"typescript": "^3.7.2"
}
}

@@ -21,3 +21,11 @@ {

"typeRoots": ["./node_modules/@types"]
},
"typedocOptions": {
"mode": "modules",
"out": "docs/build",
"categorizeByGroup": true,
"exclude": ["spec/**/index.ts"],
"theme" : "docs/themeoverride",
"excludeNotExported" : false
}
}
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