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

@engines/ax-appkit-codemirror

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@engines/ax-appkit-codemirror - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

3

ax-appkit-codemirror.js

@@ -241,3 +241,4 @@ // Ax, copyright (c) Lachlan Douglas

$focus: (el) => () => {
el.$('textarea').$codemirror.focus();
let codemirror = el.$('textarea').$codemirror;
if (codemirror) codemirror.focus();
},

@@ -244,0 +245,0 @@

{
"name": "@engines/ax-appkit-codemirror",
"version": "0.0.17",
"version": "0.0.18",
"description": "An Ax extension for CodeMirror.",

@@ -5,0 +5,0 @@ "main": "ax-appkit-codemirror.js",

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