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

@textlint/types

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/types - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

12

CHANGELOG.md

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

<a name="1.4.4"></a>
## [1.4.4](https://github.com/textlint/textlint/compare/@textlint/types@1.4.3...@textlint/types@1.4.4) (2020-07-24)
### Chores
* **@textlint/types:** module build is not needed ([a4c6e70](https://github.com/textlint/textlint/commit/a4c6e70))
<a name="1.4.3"></a>

@@ -8,0 +20,0 @@ ## [1.4.3](https://github.com/textlint/textlint/compare/@textlint/types@1.4.2...@textlint/types@1.4.3) (2020-07-24)

11

package.json
{
"name": "@textlint/types",
"version": "1.4.3",
"version": "1.4.4",
"description": "Type definition package for textlint",

@@ -30,7 +30,6 @@ "keywords": [

"lib/",
"module/",
"src/"
],
"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"build": "tsc -b",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo",

@@ -48,6 +47,6 @@ "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",

"dependencies": {
"@textlint/ast-node-types": "^4.3.2"
"@textlint/ast-node-types": "^4.3.3"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^6.2.3",
"@textlint/markdown-to-ast": "^6.2.4",
"@types/mocha": "^7.0.2",

@@ -67,3 +66,3 @@ "@types/node": "^13.11.1",

},
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68"
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147"
}
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