@turnkey/webauthn-stamper
Advanced tools
Comparing version 0.2.0 to 0.3.0
# @turnkey/webauthn-stamper | ||
## 0.3.0 | ||
### Minor Changes | ||
- Add support for ESM (#154) | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@turnkey/webauthn-stamper", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/index.js", | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -40,4 +49,5 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json", | ||
"clean": "rimraf ./dist ./.cache", | ||
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/", | ||
"test": "jest", | ||
@@ -44,0 +54,0 @@ "typecheck": "tsc -p tsconfig.typecheck.json" |
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
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
73220
59
800
0