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

@codemirror/language-data

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/language-data - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.2.1 (2023-04-16)
### Bug fixes
Associate Gemfile and Rakefile files with Ruby.
## 6.2.0 (2023-03-28)

@@ -2,0 +8,0 @@

1

dist/index.js

@@ -700,2 +700,3 @@ import { LanguageDescription, LanguageSupport, StreamLanguage } from '@codemirror/language';

extensions: ["rb"],
filename: /^(Gemfile|Rakefile)$/,
load() {

@@ -702,0 +703,0 @@ return import('@codemirror/legacy-modes/mode/ruby').then(m => legacy(m.ruby));

2

package.json
{
"name": "@codemirror/language-data",
"version": "6.2.0",
"version": "6.2.1",
"description": "Language metadata and dynamic loading for the CodeMirror code editor",

@@ -5,0 +5,0 @@ "scripts": {

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