Socket
Socket
Sign inDemoInstall

joplin-plugin-codemirror-snippets

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "joplin-plugin-codemirror-snippets",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {

@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",

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

"app_min_version": "2.14",
"version": "0.0.2",
"version": "0.0.3",
"name": "CodeMirror 6 snippets",

@@ -20,4 +20,4 @@ "description": "Exposes CodeMirror 6's built-in support for autocompletion and snippets.",

],
"_publish_hash": "sha256:ff767d90b546e9bba28afbd02ee0d434e12249522f9faebce5aba3a94c9d6e6c",
"_publish_commit": "main:a6ce5db7bf05b8c4d53091e305d983320c1c4744"
"_publish_hash": "sha256:bd801b12c464942293bc212d920b6adf3b7dd9a9f061bfefde27198184078699",
"_publish_commit": "main:3f8a1e9f375eee7b16a6e80a6bd5c76b281f6cfc"
}

@@ -96,3 +96,7 @@ # CodeMirror 6 snippets

"previousSuggestionPage": ["PageUp"],
"closeCompletion": ["Escape"]
"closeCompletion": ["Escape"],
"nextSnippetField": ["Tab"],
"prevSnippetField": ["Shift-Tab"],
"clearSnippet": ["Escape"]
}

@@ -99,0 +103,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc