New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@schirkan/reactron-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schirkan/reactron-interfaces - npm Package Compare versions

Comparing version 0.10.0-alpha.10 to 0.10.0-alpha.11

9

dist/topicNames.d.ts
export declare const topicNames: {
systemSettingsUpdated: "system-settings-updated";
componentsUpdated: "components-updated";
pagesUpdated: "pages-updated";
refresh: "refresh";
systemSettingsUpdated: "reactron:system-settings-updated";
componentsUpdated: "reactron:components-updated";
pagesUpdated: "reactron:pages-updated";
refresh: "reactron:refresh";
log: "reactron:log";
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const systemSettingsUpdated = 'system-settings-updated';
const componentsUpdated = 'components-updated';
const pagesUpdated = 'pages-updated';
const refresh = 'refresh';
const systemSettingsUpdated = 'reactron:system-settings-updated';
const componentsUpdated = 'reactron:components-updated';
const pagesUpdated = 'reactron:pages-updated';
const refresh = 'reactron:refresh';
const log = 'reactron:log';
exports.topicNames = {

@@ -11,3 +12,4 @@ systemSettingsUpdated,

pagesUpdated,
refresh
refresh,
log
};
{
"name": "@schirkan/reactron-interfaces",
"version": "0.10.0-alpha.10",
"version": "0.10.0-alpha.11",
"description": "interfaces for reactron modules",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,5 +0,6 @@

const systemSettingsUpdated: 'system-settings-updated' = 'system-settings-updated';
const componentsUpdated: 'components-updated' = 'components-updated';
const pagesUpdated: 'pages-updated' = 'pages-updated';
const refresh: 'refresh' = 'refresh';
const systemSettingsUpdated: 'reactron:system-settings-updated' = 'reactron:system-settings-updated';
const componentsUpdated: 'reactron:components-updated' = 'reactron:components-updated';
const pagesUpdated: 'reactron:pages-updated' = 'reactron:pages-updated';
const refresh: 'reactron:refresh' = 'reactron:refresh';
const log: 'reactron:log' = 'reactron:log';

@@ -10,3 +11,4 @@ export const topicNames = {

pagesUpdated,
refresh
refresh,
log
};
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