supertokens-website
Advanced tools
Comparing version 3.2.5 to 3.2.6
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195710
35
3387
1
18