Socket
Socket
Sign inDemoInstall

leac

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leac - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

12

CHANGELOG.md
# Changelog
## Version 0.6.0
- Targeting Node.js version 14 and ES2020;
- Now should be discoverable with [denoify](https://github.com/garronej/denoify).
## Version 0.5.1
- documentation updates.
- Documentation updates.
## Version 0.5.0
Initial release.
Aiming at Node.js version 12 and up.
- Initial release;
- Aiming at Node.js version 12 and up.

@@ -17,4 +17,3 @@ /** Lexer options (not many so far). */

*
* Check this to see whether some input left
* untokenized.
* Check this to see whether some input left untokenized.
*/

@@ -79,3 +78,3 @@ complete: boolean;

* Switch to another lexer function after this match,
* concat it's results and continue from where it stopped.
* concatenate it's results and continue from where it stopped.
*/

@@ -82,0 +81,0 @@ push?: Lexer;

{
"name": "leac",
"version": "0.5.1",
"version": "0.6.0",
"description": "Lexer / tokenizer",

@@ -52,22 +52,22 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"@tsconfig/node12": "^1.0.9",
"@types/node": "12.20.42",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"ava": "^4.0.1",
"concurrently": "^7.0.0",
"denoify": "^0.11.0",
"eslint": "^8.7.0",
"eslint-plugin-jsonc": "^2.1.0",
"eslint-plugin-tsdoc": "^0.2.14",
"markdownlint-cli2": "^0.4.0",
"@rollup/plugin-typescript": "^8.3.4",
"@tsconfig/node14": "^1.0.3",
"@types/node": "14.18.23",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"ava": "^4.3.1",
"concurrently": "^7.3.0",
"denoify": "^1.0.0",
"eslint": "^8.22.0",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-tsdoc": "^0.2.16",
"markdownlint-cli2": "^0.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.66.1",
"rollup": "^2.78.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typedoc": "^0.22.11",
"typedoc-plugin-markdown": "^3.11.12",
"typescript": "~4.5.5"
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typedoc": "~0.22.18",
"typedoc-plugin-markdown": "~3.12.1",
"typescript": "~4.7.4"
},

@@ -74,0 +74,0 @@ "ava": {

Sorry, the diff of this file is not supported yet

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