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

@turnkey/webauthn-stamper

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/webauthn-stamper - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/esm/index.js

6

CHANGELOG.md
# @turnkey/webauthn-stamper
## 0.3.0
### Minor Changes
- Add support for ESM (#154)
## 0.2.0

@@ -4,0 +10,0 @@

14

package.json
{
"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"

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