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

@fusionauth/typescript-client

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fusionauth/typescript-client - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

build/index.d.ts

19

package.json
{
"name": "@fusionauth/typescript-client",
"version": "1.7.1",
"version": "1.7.2",
"description": "A typescript implementation of the FusionAuth client.",
"main": "index.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
"directories": {
"lib": "src",
"lib": "build",
"test": "test"
},
"files": [
"build/**/*.js",
"build/**/*.js.map",
"build/**/*.d.ts"
],
"scripts": {
"test": "karma start && mocha",
"prepare": "npx browserify index.ts --debug -p tsify -o dist/fusionauth-typescript-client.js",
"pretest": "npx browserify test/FusionAuthClientTest.ts --debug -p tsify -o dist/fusionauth-typescript-client-test.js && tsc"
"test": "npm run build-browser && karma start && mocha",
"build-browser": "npx browserify index.ts --debug -p tsify -o dist/fusionauth-typescript-client.js",
"pretest": "npx browserify test/FusionAuthClientTest.ts --debug -p tsify -o dist/fusionauth-typescript-client-test.js && tsc",
"prepare": "tsc"
},

@@ -15,0 +22,0 @@ "repository": {

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