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

cspell-trie-lib

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-trie-lib - npm Package Compare versions

Comparing version 4.0.8 to 4.0.9

13

package.json
{
"name": "cspell-trie-lib",
"version": "4.0.8",
"version": "4.0.9",
"description": "Trie Data Structure to support cspell.",

@@ -14,10 +14,7 @@ "main": "dist/index.js",

"clean": "rimraf dist",
"test": "mocha --recursive \"./dist/**/*.test.js\"",
"test-watch": "../../node_modules/.bin/mocha --require ts-node/register --watch --recursive \"src/**/*.test.ts\"",
"build": "tsc -p .",
"clean-build": "npm run clean && npm run build",
"coverage": "NODE_ENV=test nyc --silent --no-clean --temp-dir=../../.nyc_output npm run test-ts",
"test-ts": "NODE_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive \"src/**/*.test.ts\"",
"coverage-coveralls": "nyc report --reporter=text-lcov | coveralls",
"travis-coverage": "npm run coverage && npm run coverage-coveralls",
"coverage": "jest --coverage",
"test-watch": "../../node_modules/.bin/jest --watch",
"test": "jest",
"watch": "tsc -w"

@@ -64,3 +61,3 @@ },

},
"gitHead": "f0870f747b05f0a2b6fdc1a5118bc4224baa7700"
"gitHead": "a889d1ac70724471454a4189f4082f3af4971074"
}
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