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 10.0.8 to 10.0.9

7

CHANGELOG.md

@@ -7,2 +7,9 @@ # Changelog

## [unreleased]
## [10.0.9] - 2022-03-18
### Adds
- New FDI support (v1.13)
- Workflow to verify if pr title follows conventional commits
## [10.0.8] - 2022-01-25

@@ -9,0 +16,0 @@

1

CONTRIBUTING.md

@@ -75,2 +75,3 @@ # Contributing

2. Reference the relevant issue or pull request and give a clear description of changes/features added when submitting a pull request
3. Make sure the PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) specification

@@ -77,0 +78,0 @@ ## SuperTokens Community

2

lib/build/version.d.ts

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

export declare const package_version = "10.0.8";
export declare const package_version = "10.0.9";
export declare const supported_fdi: string[];

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

*/
exports.package_version = "10.0.8";
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12"];
exports.package_version = "10.0.9";
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13"];
{
"name": "supertokens-website",
"version": "10.0.8",
"version": "10.0.9",
"description": "frontend sdk for website to be used for auth solution.",

@@ -36,3 +36,3 @@ "main": "index.js",

"build-check": "cd lib && npx tsc -p tsconfig.json --noEmit",
"build": "cd lib && rm -rf build && npx tsc -p tsconfig.json && cd ../ && ./node_modules/.bin/webpack -p && cd test && npx tsc -p tsconfig.json",
"build": "cd lib && rm -rf build && npx tsc -p tsconfig.json && cd ../ && webpack -p && cd test && npx tsc -p tsconfig.json",
"pretty": "cd lib && npx prettier --write --config .prettierrc \"ts/**/*.ts\" \"build/**/*.js\" \"../test/**/*.js\"",

@@ -42,3 +42,3 @@ "build-pretty": "npm run build && npm run pretty",

"set-up-hooks": "cp hooks/pre-commit.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
"pack": "./node_modules/.bin/webpack -p",
"pack": "webpack -p",
"build-docs": "rm -rf ./docs && npx typedoc --out ./docs --tsconfig ./lib/tsconfig.json ./lib/ts/index.ts",

@@ -45,0 +45,0 @@ "size": "size-limit"

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