New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@st-graphics/premium

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@st-graphics/premium - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

15

client/premium.js

@@ -16,13 +16,2 @@ const inProduction = process.env.NODE_ENV === 'production'

const SUBSCRIBE_URL = 'https://www.sphsubscription.com.sg/eshop/'
const SUBSCRIBE_QUERY = {
r: 'products/newsubscriptionpackages',
pcode: 'st',
utm_campaign: 'st_subscription',
utm_medium: 'web',
utm_source: 'st',
utm_content: 'subscribebutton-articlepaywall',
utm_term: 'st-graphics'
}
const LOGOUT_ENDPOINT = inProduction

@@ -46,6 +35,2 @@ ? 'https://acc-auth.sphdigital.com/amserver/UI/Logout'

PremiumClient.prototype.getSubscribeUrl = function () {
return SUBSCRIBE_URL + '?' + stringifyQuery(SUBSCRIBE_QUERY)
}
PremiumClient.prototype.getAuthorizationUrl = function () {

@@ -52,0 +37,0 @@ const state = {redirect_url: getLocation()}

2

package.json
{
"name": "@st-graphics/premium",
"version": "0.2.13",
"version": "0.2.14",
"description": "ST Graphics Premium implementation",

@@ -5,0 +5,0 @@ "main": "client/premium.js",

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