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 4.1.3 to 4.1.4

7

CHANGELOG.md

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

## [4.1.4] - 2020-06-09
### Added
- New tests added for testing JWT payload update
### Changed
- For testing, cookie domain changed from localhost to localhost.org
- In testing, GET "/" API will return userId of the logged in user
## [4.1.3] - 2020-04-02

@@ -11,0 +18,0 @@ ### Changed

2

lib/build/version.d.ts

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

export declare const package_version = "4.1.3";
export declare const package_version = "4.1.4";

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

*/
exports.package_version = "4.1.3";
exports.package_version = "4.1.4";
{
"name": "supertokens-website",
"version": "4.1.3",
"version": "4.1.4",
"description": "frontend sdk for website to be used for auth solution.",

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

"scripts": {
"test": "TEST_MODE=testing npx mocha",
"test": "TEST_MODE=testing npx mocha --timeout 50000",
"build-check": "cd lib && npx tsc -p tsconfig.json --noEmit",

@@ -29,0 +29,0 @@ "build": "cd lib && npx tsc -p tsconfig.json && cd ../ && ./node_modules/.bin/webpack -p",

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