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.60 to 1.9.61

3

build/models/AceSession.d.ts
/// <reference types="ace" />
interface AceSession {
export interface AceSession {
cursorPosition?: AceAjax.Position;

@@ -18,2 +18,1 @@ firstChangeTime: number;

}
export default AceSession;

@@ -1,2 +0,2 @@

interface FileWrapper {
export interface FileWrapper {
sourceFile: File;

@@ -12,2 +12,1 @@ uploadStarted: boolean;

}
export default FileWrapper;

@@ -46,2 +46,2 @@ declare module NotificationModel {

}
export default NotificationModel;
export { NotificationModel };

@@ -31,3 +31,3 @@ "use strict";

})(NotificationModel || (NotificationModel = {}));
exports.default = NotificationModel;
exports.NotificationModel = NotificationModel;
//# sourceMappingURL=NotificationModel.js.map

@@ -1,2 +0,2 @@

interface AceSession {
export interface AceSession {
cursorPosition?: AceAjax.Position;

@@ -16,4 +16,2 @@ firstChangeTime: number;

value: string;
}
export default AceSession
}

@@ -1,2 +0,2 @@

interface FileWrapper {
export interface FileWrapper {
sourceFile: File;

@@ -12,3 +12,1 @@ uploadStarted: boolean;

}
export default FileWrapper

@@ -58,2 +58,2 @@ /**

export default NotificationModel
export { NotificationModel }

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

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.9.60",
"version": "1.9.61",
"license": "MIT",

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

},
"gitHead": "088337bf5a8fed460818cb8f6bf9df14ba475fe4"
"gitHead": "e5627473206415016a52d225d99da22fd0bd9aec"
}

Sorry, the diff of this file is not supported yet

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