Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

star_mod_renderer

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

star_mod_renderer - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "star_mod_renderer",
"version": "1.0.7",
"version": "1.0.8",
"description": "star mod project render auxiliary ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ import { RenderBase } from './render.base';

constructor(container) {
constructor(container, platform='pc') {
super({ mode: 'render', dom: container });

@@ -21,5 +21,5 @@ this.setAnimationLoop(() => {

try {
if (process && process.env && process.env.VUE_APP_NAME) {
if (platform === 'pc') {
processEnv = process.env.VUE_APP_NAME;
} else if (import.meta && import.meta.env && import.meta.env.VITE_APP_NAME) {
} else if (platform === 'mobile') {
processEnv = import.meta.env.VITE_APP_NAME

@@ -26,0 +26,0 @@ }

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