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 3.2.5 to 3.2.6

bundle/bundle-3.2.6.js

2

constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.package_version = "3.2.5";
exports.package_version = "3.2.6";
exports.platform_name = "website";

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

export const package_version = "3.2.5";
export const package_version = "3.2.6";
export const platform_name = "website";
{
"name": "supertokens-website",
"version": "3.2.5",
"version": "3.2.6",
"description": "frontend sdk for website to be used for auth solution.",

@@ -40,3 +40,4 @@ "main": "index.js",

"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": "./node_modules/.bin/webpack -p",
"postinstall": "npm run set-up-hooks"
},

@@ -43,0 +44,0 @@ "repository": {

@@ -9,6 +9,7 @@ var webpack = require("webpack");

var config = {
entry: APP_DIR + "/index.js",
entry: APP_DIR + "/bundleEntry.js",
output: {
path: BUILD_DIR + "/bundle",
filename: `bundle-${version.replace('"', "").replace('"', "")}.js`
filename: `bundle-${version.replace('"', "").replace('"', "")}.js`,
library: "supertokens"
}

@@ -15,0 +16,0 @@ };

Sorry, the diff of this file is not supported yet

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