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.10 to 0.2.11

6

client/premium.js

@@ -35,3 +35,3 @@ const inProduction = process.env.NODE_ENV === 'production'

// ? 'https://epc9c723qd.execute-api.ap-southeast-1.amazonaws.com/production'
: 'https://2ikgchrot4.execute-api.ap-southeast-1.amazonaws.com/development'
: 'https://api.st-graphics.com/premium/development'

@@ -102,5 +102,3 @@ const BUCKET_URL = inProduction

function stringifyQuery (query) {
return Object.keys(query).map(function (key) {
return key + '=' + encodeURIComponent(query[key])
}).join('&')
return (new URLSearchParams(query)).toString()
}

@@ -107,0 +105,0 @@

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