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

@cspell/cspell-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-types - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0

dist/configFields.d.ts

35

package.json

@@ -6,15 +6,15 @@ {

},
"version": "7.1.1",
"version": "7.2.0",
"description": "Types for cspell and cspell-lib",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./Parser": {
"import": "./dist/esm/Parser/index.mjs",
"require": "./dist/cjs/Parser/index.js"
"import": "./dist/Parser/index.mjs",
"require": "./dist/Parser/index.js"
},

@@ -32,17 +32,20 @@ "./cspell.schema.json": {

"*": {
"*.d.ts": [
"dist/*.d.ts"
],
"*.d.mts": [
"dist/esm/*.d.mts"
"dist/*.d.mts"
],
"index.d.ts": [
"dist/cjs/index.d.ts"
"dist/index.d.ts"
],
"dist/esm/index.d.ts": [
"dist/esm/index.d.ts"
"dist/index.d.ts": [
"dist/index.d.ts"
],
"Parser": [
"dist/cjs/Parser/index.d.ts"
"dist/Parser/index.d.ts"
],
"*": [
"dist/cjs/*.d.ts",
"dist/cjs/*/index.d.ts"
"dist/*.d.ts",
"dist/*/index.d.ts"
]

@@ -54,3 +57,3 @@ }

"build": "pnpm build:tsc && pnpm run build-schema",
"build:tsc": "tsc -b tsconfig.json && ts2mjs dist/esm",
"build:tsc": "tsc -b tsconfig.json",
"build-schema": "ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o ./cspell.schema.json && shx cp ./cspell.schema.json ../..",

@@ -93,3 +96,3 @@ "clean-build": "pnpm run clean && pnpm run build",

},
"gitHead": "2dafa5386c58637614034c7a6d0fa13c03b16e41"
"gitHead": "b08f7ddc3a4aa22cc80c69ca6638b2a943659a31"
}
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