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

supertokens-website

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertokens-website - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

17

CHANGELOG.md

@@ -7,5 +7,10 @@ # Changelog

## [9.0.1] - 2021-10-01
### Fixes
- Adds axios as a dependency
## [9.0.0] - 2021-10-01
## Breaking changes
### Breaking changes

@@ -16,3 +21,3 @@ - Rejecting with axios response object if a call through axios gets an unexpected error during session refresh. This is a breaking change since it changes the API (even if it's an error).

## Changed
### Changed

@@ -23,3 +28,3 @@ - Disabled source map generation

## Changed
### Changed

@@ -30,3 +35,3 @@ - New FDI 1.9

## Changed
### Changed

@@ -37,3 +42,3 @@ - Updated test behavior for cores after 3.6

## Added
### Added

@@ -44,3 +49,3 @@ - A sessionExpiredOrRevoked propety on the "UNAUTHORIZED" event.

## Fixes
### Fixes

@@ -47,0 +52,0 @@ - Fixes typescript issue with default imports. (Related to https://github.com/supertokens/supertokens-auth-react/issues/297)

@@ -1,2 +0,2 @@

export declare const package_version = "9.0.0";
export declare const package_version = "9.0.1";
export declare const supported_fdi: string[];

@@ -17,3 +17,3 @@ "use strict";

*/
exports.package_version = "9.0.0";
exports.package_version = "9.0.1";
exports.supported_fdi = ["1.8", "1.9"];
{
"name": "supertokens-website",
"version": "9.0.0",
"version": "9.0.1",
"description": "frontend sdk for website to be used for auth solution.",
"main": "index.js",
"dependencies": {
"browser-tabs-lock": "^1.2.14"
"browser-tabs-lock": "^1.2.14",
"axios": "*"
},

@@ -13,3 +14,2 @@ "devDependencies": {

"@babel/preset-env": "^7.15.6",
"axios": "*",
"isomorphic-fetch": "2.2.1",

@@ -60,2 +60,2 @@ "mocha": "6.1.4",

"homepage": "https://github.com/supertokens/supertokens-website#readme"
}
}
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