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

cspell-tools

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-tools - npm Package Compare versions

Comparing version 5.0.1-alpha.13 to 5.0.1-alpha.15

15

CHANGELOG.md

@@ -6,2 +6,17 @@ # Change Log

## [5.0.1-alpha.15](https://github.com/streetsidesoftware/cspell/compare/v5.0.1-alpha.14...v5.0.1-alpha.15) (2020-11-18)
### Bug Fixes
* force new version ([3ab08ab](https://github.com/streetsidesoftware/cspell/commit/3ab08ab5ae1939d934b2f0fb23d33defc60c1a7f))
## 5.0.1-alpha.14 (2020-11-17)
**Note:** Version bump only for package cspell-tools
## [5.0.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.1.12...cspell-tools@5.0.1-alpha.0) (2020-02-20)

@@ -8,0 +23,0 @@

4

dist/app.js

@@ -52,3 +52,3 @@ "use strict";

program.exitOverride();
return new Promise((resolve, rejects) => {
return new Promise((resolve, reject) => {
program.version(npmPackage.version);

@@ -102,3 +102,3 @@ program

catch (e) {
rejects(e);
reject(e);
}

@@ -105,0 +105,0 @@ resolve();

{
"name": "cspell-tools",
"version": "5.0.1-alpha.13",
"version": "5.0.1-alpha.15",
"description": "Tools to assist with the development of cSpell",

@@ -42,5 +42,5 @@ "typings": "dist/index.d.ts",

"commander": "^6.2.0",
"cspell-io": "^5.0.1-alpha.13",
"cspell-trie-lib": "^5.0.1-alpha.13",
"cspell-util-bundle": "^5.0.1-alpha.13",
"cspell-io": "^5.0.1-alpha.15",
"cspell-trie-lib": "^5.0.1-alpha.15",
"cspell-util-bundle": "^5.0.1-alpha.15",
"fs-extra": "^9.0.1",

@@ -67,3 +67,3 @@ "gensequence": "^3.1.1",

"main": "bin.js",
"gitHead": "0e078dcab8c63536009126d41884265fdfe2ae63"
"gitHead": "5ba1c5a41af896140e9a318438ce66197a8a2445"
}
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