Socket
Socket
Sign inDemoInstall

@amalto/typings

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/typings - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

build/models/ReduxProps.d.ts

3

build/models/DynamicComponent.d.ts

@@ -8,3 +8,4 @@ /// <reference types="react" />

import { UserModel } from './UserModel';
export interface DynamicComponent {
import { ReduxProps } from './ReduxProps';
export interface DynamicComponent extends ReduxProps {
/** Interface used to perform all the api call to the server. */

@@ -11,0 +12,0 @@ api: WebApi;

@@ -8,4 +8,5 @@ // Models

import { UserModel } from './UserModel'
import { ReduxProps } from './ReduxProps'
export interface DynamicComponent {
export interface DynamicComponent extends ReduxProps {

@@ -12,0 +13,0 @@ /** Interface used to perform all the api call to the server. */

@@ -5,3 +5,3 @@ {

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",

@@ -33,4 +33,5 @@ "repository": {

"dependencies": {
"react": "15.6.2"
"react": "15.6.2",
"redux": "3.7.2"
}
}
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