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 2.2.0 to 2.2.1

2

dist/IBackendServiceConfig.d.ts

@@ -6,2 +6,4 @@ import { ISystemSettings } from './ISystemSettings';

root: string;
localModulesRoot: string;
npmModulesRoot: string;
isDev: boolean;

@@ -8,0 +10,0 @@ frontendPort: number;

6

package.json
{
"name": "@schirkan/reactron-interfaces",
"version": "2.2.0",
"version": "2.2.1",
"description": "interfaces for reactron modules",

@@ -27,9 +27,9 @@ "keywords": [

"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@types/electron": "^1.6.10",
"@types/express": "^4.16.1",
"@types/node": "^12.0.0",
"@types/react": "^16.8.16",
"@types/react": "^16.8.17",
"typescript": "^3.4.5"
}
}

@@ -7,2 +7,4 @@ import { ISystemSettings } from './ISystemSettings';

root: string;
localModulesRoot: string;
npmModulesRoot: string;
isDev: boolean;

@@ -9,0 +11,0 @@ frontendPort: number;

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