New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-svelte

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-svelte - npm Package Compare versions

Comparing version 1.0.2 to 1.0.5

18

package.json
{
"name": "@cspell/dict-svelte",
"version": "1.0.2",
"version": "1.0.5",
"description": "Svelte dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -15,11 +16,12 @@ "exports": {

"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
"test": "yarn run test-src && yarn run test-code",
"test": "pnpm run test-src && pnpm run test-code",
"test-code": "cspell \"**/*.svelte\"",
"test-src": "head -n 1000 \"src/svelte.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=svelte\" stdin",
"test-src": "shx head -n 1000 \"src/svelte.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=svelte\" stdin",
"prepublishOnly": "echo OK",
"prepare": "yarn run build"
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/svelte"
},

@@ -34,3 +36,3 @@ "keywords": [

],
"author": "Jason Dent",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",

@@ -47,3 +49,3 @@ "bugs": {

],
"gitHead": "adf21d5f6c5e7fd89674b400e12f82104258e5c5"
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
}
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