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

@textlint/types

Package Overview
Dependencies
Maintainers
3
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.2.2 to 1.2.3

17

CHANGELOG.md

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

<a name="1.2.3"></a>
## [1.2.3](https://github.com/textlint/textlint/compare/@textlint/types@1.2.2...@textlint/types@1.2.3) (2019-11-03)
### Documentation
* **textlint/types:** Add FAQ ([9652c33](https://github.com/textlint/textlint/commit/9652c33))
### Styles
* update style ([dc78f87](https://github.com/textlint/textlint/commit/dc78f87))
<a name="1.2.2"></a>

@@ -8,0 +25,0 @@ ## [1.2.2](https://github.com/textlint/textlint/compare/@textlint/types@1.2.1...@textlint/types@1.2.2) (2019-10-14)

4

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

@@ -63,3 +63,3 @@ "keywords": [

},
"gitHead": "ec9110a9ee0d3fc5b1af93abcc083b447e3c9b78"
"gitHead": "4b9ffc9d10baaa415eee10f974610f2dffc93c78"
}

@@ -50,5 +50,18 @@ # @textlint/types

import { TextlintPluginCreator, TextlintPluginOptions, TextlintPluginProcessor, TextlintPluginProcessorConstructor } from "@textlint/types";
```
## FAQ
### Occur incompatible types between `@textlint/types` and other module like `textlint-rule-helper`
You should check if your `@textlint/types` dependencies is duplicated.
`@textlint/types` should be deduped.
```
npm ls @textlint/types
```
If your dependencies is duplicated, you should update modules that are depended on `@textlint/types`.
## Versioning Policy

@@ -55,0 +68,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