Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.1 to 2.2.0

2

dist/IModuleRepositoryItem.d.ts

@@ -5,3 +5,3 @@ export interface IModuleRepositoryItem {

path: string;
type: 'git' | 'npm' | undefined;
type: 'local' | 'git' | 'npm' | 'npm+git' | undefined;
description: string;

@@ -8,0 +8,0 @@ version?: string;

{
"name": "@schirkan/reactron-interfaces",
"version": "2.1.1",
"version": "2.2.0",
"description": "interfaces for reactron modules",
"keywords": [
"reactron"
"reactron",
"interface"
],

@@ -26,9 +27,9 @@ "author": {

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

@@ -5,6 +5,9 @@ export interface IModuleRepositoryItem {

path: string;
type: 'git' | 'npm' | undefined;
type: 'local' | 'git' | 'npm' | 'npm+git' | undefined;
description: string;
version?: string;
author?: string | { name?: string, email?: string };
author?: string | {
name?: string,
email?: string
};
repository?: string;

@@ -11,0 +14,0 @@ browserFile?: string;

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