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

@verygoodgraphics/vgg-wasm

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verygoodgraphics/vgg-wasm - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/index.d.ts

@@ -112,3 +112,3 @@ declare type EventCallback = (event: VGGEvent) => Promise<void>;

declare interface VggSdkType {
getEnvKey(): string;
getEnv(): string;
getDesignDocument(): string;

@@ -115,0 +115,0 @@ addAt(path: string, value: string): void;

@@ -116,3 +116,3 @@ var f = Object.defineProperty;

const r = globalThis.vggInstances ?? {};
this.vggInstanceKey = this.vggSdk.getEnvKey(), this.editMode ? Object.assign(r, {
this.vggInstanceKey = this.vggSdk.getEnv(), this.editMode ? Object.assign(r, {
[this.vggInstanceKey]: {

@@ -119,0 +119,0 @@ instance: s,

@@ -9,3 +9,3 @@ {

"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",

@@ -12,0 +12,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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