@fusionauth/typescript-client
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296435
24
6780
2