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

@fingerprintjs/fingerprintjs-pro-spa

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.1 to 0.4.0

13

CHANGELOG.md

@@ -0,1 +1,14 @@

### 0.4.0 (2022-05-25)
##### Chores
* update fingerprintjs-pro version ([6f3787ae](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/6f3787ae72f34a4c0a54b09727014d31b98f2da1))
* add production environment for publish task ([c4c4d5c3](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/c4c4d5c3794e407b72180cd699dc969fadb0890c))
* don't create tag on release command ([797ac6ba](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/797ac6ba106b254d297ba0e0b461438dc4bbe15c))
* **deps:** bump rollup-plugin-license ([920ed97c](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/920ed97c0d3ccc93d5a49179b0220f59259f016a))
##### New Features
* add reexport `GetResult` and `ExtendedGetResult` types from agent ([8ced12b0](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/8ced12b0d28b3cc65c2392e79dcb91831091384e))
#### 0.3.1 (2022-04-06)

@@ -2,0 +15,0 @@

4

dist/fp-pro-spa.cjs.js
/**
* FingerprintJS Pro SPA v0.3.1 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* FingerprintJS Pro SPA v0.4.0 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.

@@ -207,3 +207,3 @@ */

var version = "0.3.1";
var version = "0.4.0";

@@ -210,0 +210,0 @@ const cacheLocationBuilders = {

/**
* FingerprintJS Pro SPA v0.3.1 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* FingerprintJS Pro SPA v0.4.0 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.

@@ -8,3 +8,3 @@ */

import { GetOptions } from '@fingerprintjs/fingerprintjs-pro';
export { Agent, GetOptions, LoadOptions } from '@fingerprintjs/fingerprintjs-pro';
export { Agent, ExtendedGetResult, GetOptions, GetResult, LoadOptions } from '@fingerprintjs/fingerprintjs-pro';

@@ -11,0 +11,0 @@ declare type VisitorData<TExtended extends boolean = false> = TExtended extends false ? FingerprintJS.GetResult : FingerprintJS.ExtendedGetResult;

/**
* FingerprintJS Pro SPA v0.3.1 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* FingerprintJS Pro SPA v0.4.0 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprintjs.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.

@@ -183,3 +183,3 @@ */

var version = "0.3.1";
var version = "0.4.0";

@@ -186,0 +186,0 @@ const cacheLocationBuilders = {

{
"name": "@fingerprintjs/fingerprintjs-pro-spa",
"version": "0.3.1",
"version": "0.4.0",
"description": "FingerprintJS Pro JavaScript agent for Single-Page Applications (SPA)",

@@ -26,5 +26,5 @@ "main": "dist/fp-pro-spa.cjs.js",

"test:dts": "tsc --noEmit --isolatedModules dist/fp-pro-spa.d.ts",
"release:major": "changelog -M && git add CHANGELOG.md && yarn version --major",
"release:minor": "changelog -m && git add CHANGELOG.md && yarn version --minor",
"release:patch": "changelog -p && git add CHANGELOG.md && yarn version --patch"
"release:major": "changelog -M && git add CHANGELOG.md && yarn version --major --no-git-tag-version",
"release:minor": "changelog -m && git add CHANGELOG.md && yarn version --minor --no-git-tag-version",
"release:patch": "changelog -p && git add CHANGELOG.md && yarn version --patch --no-git-tag-version"
},

@@ -45,3 +45,3 @@ "files": [

"dependencies": {
"@fingerprintjs/fingerprintjs-pro": "^3.6.0",
"@fingerprintjs/fingerprintjs-pro": "^3.6.2",
"tslib": "^2.2.0"

@@ -64,3 +64,3 @@ },

"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-license": "^2.7.0",
"ts-jest": "^27.1.3",

@@ -67,0 +67,0 @@ "typescript": "^4.4.2"

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