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.4.0 to 6.4.1

6

CHANGELOG.md

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

## 6.4.1 (2024-02-09)
### Bug fixes
Include .mts and .cts as TypeScript file extensions.
## 6.4.0 (2024-01-22)

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

2

dist/index.js

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

alias: ["ts"],
extensions: ["ts"],
extensions: ["ts", "mts", "cts"],
load() {

@@ -180,0 +180,0 @@ return import('@codemirror/lang-javascript').then(m => m.javascript({ typescript: true }));

{
"name": "@codemirror/language-data",
"version": "6.4.0",
"version": "6.4.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