Socket
Socket
Sign inDemoInstall

cspell-io

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-io - npm Package Compare versions

Comparing version 4.0.9 to 4.0.10

8

package.json
{
"name": "cspell-io",
"version": "4.0.9",
"version": "4.0.10",
"description": "A library of useful I/O functions used across various cspell tools.",

@@ -19,5 +19,5 @@ "main": "dist/index.js",

"coverage": "NODE_ENV=test nyc --silent --no-clean --temp-dir=../../.nyc_output npm run test-ts",
"test-ts": "../../node_modules/.bin/rimraf temp ; NODE_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive \"src/**/*.test.ts\"",
"test-ts": "../../node_modules/.bin/rimraf temp && NODE_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive \"src/**/*.test.ts\"",
"test-watch": "../../node_modules/.bin/mocha --require ts-node/register --watch --recursive \"src/**/*.test.ts\"",
"test": "rimraf temp ; mocha --recursive ./dist/**/*.test.js"
"test": "rimraf temp && mocha --recursive ./dist/**/*.test.js"
},

@@ -62,3 +62,3 @@ "repository": {

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