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

cspell-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dictionary - npm Package Compare versions

Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.2

dist/index.d.ts

27

package.json
{
"name": "cspell-dictionary",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "commonjs",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.mjs",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js"
}

@@ -17,4 +15,2 @@ },

"dist",
"!dist/esm/**/*.js",
"!dist/esm/**/*.ts",
"!**/*.tsbuildInfo",

@@ -28,5 +24,4 @@ "!**/__mocks__",

"scripts": {
"clean": "shx rm -rf dist coverage .tsbuildinfo",
"build": "tsc -b . && ts2mjs dist/esm",
"build:esm": "tsc -p tsconfig.esm.json",
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "tsc -b .",
"clean-build": "pnpm run clean && pnpm run build",

@@ -57,9 +52,9 @@ "coverage": "pnpm coverage:vitest && pnpm coverage:fix",

"dependencies": {
"@cspell/cspell-pipe": "7.0.0-alpha.1",
"@cspell/cspell-types": "7.0.0-alpha.1",
"cspell-trie-lib": "7.0.0-alpha.1",
"@cspell/cspell-pipe": "7.0.0-alpha.2",
"@cspell/cspell-types": "7.0.0-alpha.2",
"cspell-trie-lib": "7.0.0-alpha.2",
"fast-equals": "^4.0.3",
"gensequence": "^5.0.2"
},
"gitHead": "626d1a01b413c1b6de0b386a5a264b78a10ba146"
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a"
}
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