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

@fingerprintjs/fingerprintjs-pro-svelte

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fingerprintjs/fingerprintjs-pro-svelte - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

client.d.ts

35

package.json
{
"name": "@fingerprintjs/fingerprintjs-pro-svelte",
"version": "1.1.3",
"version": "1.1.4",
"description": "FingerprintJS Pro integration for Svelte",

@@ -31,18 +31,2 @@ "author": "Fingerprint, Inc (https://fingerprint.com)",

],
"scripts": {
"prepare": "husky install && yarn sync-pkg-version && yarn --cwd examples/svelte-kit-ts && yarn --cwd examples/svelte-kit && yarn --cwd examples/spa",
"package": "svelte-kit package",
"package:watch": "svelte-kit package --watch",
"check": "svelte-check --tsconfig tsconfig.json",
"check:watch": "svelte-check --tsconfig tsconfig.json --watch",
"lint": "prettier --check . && eslint --max-warnings 0 .",
"lint:fix": "yarn format && yarn lint -- --fix .",
"format": "prettier --write .",
"test": "jest",
"test:dts": "tsc --noEmit --isolatedModules dist/index.d.ts",
"sync-pkg-version": "node scripts/syncVersion.js && yarn format",
"build-all": "yarn package && yarn --cwd examples/svelte-kit build && yarn --cwd examples/spa build && yarn --cwd examples/svelte-kit-ts",
"docs": "yarn package && typedoc dist/index.d.ts --options typedoc.cjs --out docs",
"release": "semantic-release"
},
"devDependencies": {

@@ -75,3 +59,3 @@ "@commitlint/cli": "^17.0.2",

"semantic-release": "19.0.3",
"svelte": "^3.30.1",
"svelte": "^3.53.1",
"svelte-check": "^2.7.1",

@@ -100,3 +84,16 @@ "svelte-jester": "^2.3.2",

"*.svelte": "yarn run lint:fix"
}
},
"exports": {
"./package.json": "./package.json",
"./client": "./client.js",
".": "./index.js",
"./options.dist": "./options.dist.js",
"./options": "./options.js",
"./providers/FpjsProvider.svelte": "./providers/FpjsProvider.svelte",
"./symbols": "./symbols.js",
"./types": "./types.js",
"./useVisitorData": "./useVisitorData.js",
"./useVisitorData.types": "./useVisitorData.types.js"
},
"svelte": "./index.js"
}
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