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

@textlint/text-to-ast

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/text-to-ast - npm Package Compare versions

Comparing version 3.1.0-alpha.bbfc8f6d to 3.1.0

27

CHANGELOG.md

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

<a name="3.1.0"></a>
# [3.1.0](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.9...@textlint/text-to-ast@3.1.0) (2019-01-01)
### Chores
* **deps:** update TypeScript deps ([3ea7fb0](https://github.com/textlint/textlint/commit/3ea7fb0))
### Styles
* **eslint:** apply eslint to all files ([6a9573f](https://github.com/textlint/textlint/commit/6a9573f))
<a name="3.0.9"></a>
## [3.0.9](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.8...@textlint/text-to-ast@3.0.9) (2018-07-22)
### Chores
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4))
<a name="3.0.8"></a>

@@ -8,0 +35,0 @@ ## [3.0.8](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.0.7...@textlint/text-to-ast@3.0.8) (2018-04-02)

12

package.json
{
"name": "@textlint/text-to-ast",
"version": "3.1.0-alpha.bbfc8f6d",
"version": "3.1.0",
"description": "Parse plain text to AST with location info.",

@@ -38,6 +38,6 @@ "keywords": [

"dependencies": {
"@textlint/ast-node-types": "^4.1.0-alpha.bbfc8f6d"
"@textlint/ast-node-types": "^4.1.0"
},
"devDependencies": {
"@textlint/ast-tester": "^2.1.0-alpha.bbfc8f6d",
"@textlint/ast-tester": "^2.1.0",
"babel-cli": "^6.24.1",

@@ -48,5 +48,5 @@ "babel-preset-env": "^1.4.0",

"babel-register": "^6.24.1",
"cross-env": "^4.0.0",
"mocha": "^5.1.1",
"power-assert": "^1.4.2",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"power-assert": "^1.6.1",
"rimraf": "^2.6.2"

@@ -53,0 +53,0 @@ },

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