Socket
Socket
Sign inDemoInstall

status.finance

Package Overview
Dependencies
115
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.11 to 1.1.12

dist/api.d.ts

17

package.json
{
"name": "status.finance",
"version": "1.1.11",
"version": "1.1.12",
"description": "Javascript library for interacting with the Status Finance API",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"watch:esm": "tsc --watch",
"watch:cjs": "tsc --module commonjs --outDir dist/cjs --watch",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"watch": "npm-run-all --parallel watch:esm watch:cjs",
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"

@@ -16,0 +13,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc