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
3
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.18 to 0.2.19

.vscode/settings.json

15

client/premium.js

@@ -30,4 +30,6 @@ const inProduction = process.env.NODE_ENV === 'production'

const LOGOUT_ENDPOINT = inProduction
? 'https://api-graphics.straitstimes.com/premium/production/end-session'
: 'https://api.st-visuals.com/premium/development/end-session'
? 'https://www.straitstimes.com/multimedia/graphics/api/premium/production/end-session'
: 'https://uat.straitstimes.com/multimedia/graphics/api/premium/development/end-session'
// ? 'https://api-graphics.straitstimes.com/premium/production/end-session'
// : 'https://api.st-visuals.com/premium/development/end-session'
// ? 'https://acc-auth.sphdigital.com/amserver/UI/Logout'

@@ -37,4 +39,6 @@ // : 'https://ds-acc-auth.sphdigital.com/amserver/UI/Logout'

const SERVICE_URL = inProduction
? 'https://api-graphics.straitstimes.com/premium/production'
: 'https://api.st-visuals.com/premium/development'
? 'https://www.straitstimes.com/multimedia/graphics/api/premium/production'
: 'https://uat.straitstimes.com/multimedia/graphics/api/premium/development'
// ? 'https://api-graphics.straitstimes.com/premium/production'
// : 'https://api.st-visuals.com/premium/development'
// : 'https://epc9c723qd.execute-api.ap-southeast-1.amazonaws.com/production'

@@ -46,3 +50,4 @@ // ? 'https://epc9c723qd.execute-api.ap-southeast-1.amazonaws.com/production'

? 'https://www.straitstimes.com/multimedia/graphics/json/'
: 'https://st-graphics-dev-json.s3.ap-southeast-1.amazonaws.com/'
: 'https://uat.straitstimes.com/multimedia/graphics/json/'
// : 'https://st-graphics-dev-json.s3.ap-southeast-1.amazonaws.com/'
// : 'https://graphics.straitstimes.com/s3-json-staging/'

@@ -49,0 +54,0 @@ // ? 'https://graphics.straitstimes.com/s3-json-staging/'

{
"name": "@st-graphics/premium",
"version": "0.2.18",
"version": "0.2.19",
"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