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.53 to 1.9.54

13

build/models/AceSession.d.ts
/// <reference types="ace" />
interface AceSession {
cursorPosition?: AceAjax.Position;
firstChangeTime: number;
id: string;
selection: AceAjax.Selection;
value: string;
history: {

@@ -10,9 +10,10 @@ undo: any[];

};
scrollTop: number;
scrollLeft: number;
name?: string;
options?: any;
cursorPosition?: AceAjax.Position;
savable?: boolean;
firstChangeTime: number;
scrollLeft: number;
scrollTop: number;
selection: AceAjax.Selection;
value: string;
}
export default AceSession;
interface AceSession {
cursorPosition?: AceAjax.Position;
firstChangeTime: number;
id: string;
selection: AceAjax.Selection;
value: string;
history: {

@@ -9,10 +9,11 @@ undo: any[];

};
scrollTop: number;
scrollLeft: number;
name?: string;
options?: any;
cursorPosition?: AceAjax.Position;
savable?: boolean;
firstChangeTime: number;
scrollLeft: number;
scrollTop: number;
selection: AceAjax.Selection;
value: string;
}
export default AceSession

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

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.9.53",
"version": "1.9.54",
"license": "MIT",

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

},
"gitHead": "0fcdb2b2b8e16e1482aa1f734bf4825c78029861"
"gitHead": "d4d4f4e4143c25ea9292976772ac603e5f0e4052"
}
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