Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@plasmicapp/loader-react

Package Overview
Dependencies
23
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.357 to 1.0.358

13

dist/index.d.ts

@@ -13,2 +13,3 @@ /// <reference types="react" />

import { FontMeta } from '@plasmicapp/loader-core';
import { getActiveVariation } from '@plasmicapp/loader-splits';
import { getExternalIds } from '@plasmicapp/loader-splits';

@@ -107,7 +108,3 @@ import { GlobalActionsContext } from '@plasmicapp/host';

trackConversion(value?: number): void;
getActiveVariation(opts: {
traits: Record<string, string | number | boolean>;
getKnownValue: (key: string) => string | undefined;
updateKnownValue: (key: string, value: string) => void;
}): Promise<Record<string, string>>;
getActiveVariation(opts: Omit<Parameters<typeof getActiveVariation>[0], "splits">): Promise<Record<string, string>>;
getTeamIds(): string[];

@@ -480,7 +477,3 @@ getProjectIds(): string[];

fetchComponents(): Promise<ComponentMeta_2[]>;
protected _getActiveVariation(opts: {
traits: Record<string, string | number | boolean>;
getKnownValue: (key: string) => string | undefined;
updateKnownValue: (key: string, value: string) => void;
}): Promise<Record<string, string>>;
protected _getActiveVariation(opts: Parameters<typeof PlasmicComponentLoader.__internal.getActiveVariation>[0]): Promise<Record<string, string>>;
getActiveVariation(opts: {

@@ -487,0 +480,0 @@ known?: Record<string, string>;

@@ -11,2 +11,3 @@ /// <reference types="react" />

import { FontMeta } from '@plasmicapp/loader-core';
import { getActiveVariation } from '@plasmicapp/loader-splits';
import { getExternalIds } from '@plasmicapp/loader-splits';

@@ -135,7 +136,3 @@ import type { GlobalContextMeta as GlobalContextMeta_2 } from '@plasmicapp/host';

trackConversion(value?: number): void;
getActiveVariation(opts: {
traits: Record<string, string | number | boolean>;
getKnownValue: (key: string) => string | undefined;
updateKnownValue: (key: string, value: string) => void;
}): Promise<Record<string, string>>;
getActiveVariation(opts: Omit<Parameters<typeof getActiveVariation>[0], "splits">): Promise<Record<string, string>>;
getTeamIds(): string[];

@@ -420,7 +417,3 @@ getProjectIds(): string[];

fetchComponents(): Promise<ComponentMeta_2[]>;
protected _getActiveVariation(opts: {
traits: Record<string, string | number | boolean>;
getKnownValue: (key: string) => string | undefined;
updateKnownValue: (key: string, value: string) => void;
}): Promise<Record<string, string>>;
protected _getActiveVariation(opts: Parameters<typeof PlasmicComponentLoader.__internal.getActiveVariation>[0]): Promise<Record<string, string>>;
getActiveVariation(opts: {

@@ -427,0 +420,0 @@ known?: Record<string, string>;

{
"name": "@plasmicapp/loader-react",
"version": "1.0.357",
"version": "1.0.358",
"types": "./dist/index.d.ts",

@@ -87,3 +87,3 @@ "main": "./dist/index.js",

"license": "MIT",
"gitHead": "ac279800c997d5c8d2ad2019093ebc58da76165c"
"gitHead": "3120c2549bbd4dce12745fa1a0f14f3fcecdea3d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc