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

@epilot/customer-portal-client

Package Overview
Dependencies
Maintainers
0
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/customer-portal-client - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

1

dist/index.js

@@ -18,3 +18,2 @@ "use strict";

__exportStar(require("./client"), exports);
__exportStar(require("./openapi"), exports);
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "@epilot/customer-portal-client",
"version": "0.17.0",
"version": "0.17.1",
"description": "API Client for epilot portal API",

@@ -27,3 +27,4 @@ "main": "dist/index.js",

"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
"build": "tsc && npm run bundle-definition",
"build": "tsc && npm run build:patch && npm run bundle-definition",
"build:patch": "sed -i '/^__exportStar.*openapi.*$/d' dist/index.js",
"build:watch": "npm run build && tsc -w",

@@ -73,3 +74,3 @@ "prepublishOnly": "npm run typegen && npm run build",

},
"gitHead": "6c12dc4aaf7ddf60ad11c6f596fb478559fa3052"
"gitHead": "cb7e6acc938eb178e531c19834ea8bd0d6445e6f"
}
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