go-webauthn-js
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "go-webauthn-js", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "WebAuthn cross compiled from Go to JS", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"build": "tsc", | ||
"go": "cross-env GOOS=linux gopherjs build -o lib/go-webauthn.js", | ||
"go": "cross-env GOOS=linux gopherjs build -o lib/go-webauthn.js && rimraf lib/go-webauthn.js.map", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -34,4 +34,5 @@ }, | ||
"cross-env": "^7.0.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
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
4723555
4
8