Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amalto/typings

Package Overview
Dependencies
Maintainers
2
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.9.46 to 1.9.47

1

build/models/FileWrapper.d.ts

@@ -10,3 +10,4 @@ interface FileWrapper {

createdMessagesIds?: string;
createdTransactionsIds?: string;
}
export default FileWrapper;

21

models/FileWrapper.ts

@@ -1,16 +0,13 @@

/**
* Created by franckmontaigne on 22/01/16.
*/
interface FileWrapper {
sourceFile: File;
uploadStarted: boolean;
uploadProgress: number;
uploadEnded: boolean;
processSuccess?: boolean;
processState?: string;
message?: string;
createdMessagesIds?: string;
sourceFile: File;
uploadStarted: boolean;
uploadProgress: number;
uploadEnded: boolean;
processSuccess?: boolean;
processState?: string;
message?: string;
createdMessagesIds?: string;
createdTransactionsIds?: string;
}
export default FileWrapper

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

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.9.46",
"version": "1.9.47",
"license": "MIT",

@@ -46,3 +46,3 @@ "repository": {

},
"gitHead": "5e843be5d032769b1e252ab73943a350c0e22060"
"gitHead": "b05c6f13e1ae5099294501fe75541a5f79c27891"
}
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