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

cspell-config-lib

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-config-lib - npm Package Compare versions

Comparing version 7.3.9 to 8.0.0

3

dist/CSpellConfigFile.js

@@ -5,2 +5,5 @@ "use strict";

class ImplCSpellConfigFile {
uri;
settings;
serializer;
constructor(uri, settings, serializer) {

@@ -7,0 +10,0 @@ this.uri = uri;

@@ -9,2 +9,4 @@ "use strict";

class CSpellConfigFileReaderWriterImpl {
io;
deserializers;
constructor(io, deserializers) {

@@ -11,0 +13,0 @@ this.io = io;

8

package.json
{
"name": "cspell-config-lib",
"version": "7.3.9",
"version": "8.0.0",
"description": "CSpell Config library",

@@ -42,6 +42,6 @@ "keywords": [

"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@cspell/cspell-types": "7.3.9",
"@cspell/cspell-types": "8.0.0",
"comment-json": "^4.2.3",

@@ -55,3 +55,3 @@ "vscode-uri": "^3.0.8",

},
"gitHead": "77c7fb3ffd80a626ec07d704cefcaa21d62fd460"
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370"
}
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