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

@markuplint/react-spec

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/react-spec - npm Package Compare versions

Comparing version 2.0.0-rc.6 to 2.0.0

6

package.json
{
"name": "@markuplint/react-spec",
"version": "2.0.0-rc.6",
"version": "2.0.0",
"description": "Extended specification for tags and attributes in React",

@@ -19,5 +19,5 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-spec": "2.0.0-rc.6"
"@markuplint/ml-spec": "2.0.0"
},
"gitHead": "7c93367a86f935f6b94780b1fa14f3293f900b87"
"gitHead": "de81fc514acdf472f87184e3499e9364258f9b66"
}

@@ -9,21 +9,18 @@ # @markuplint/react-spec

Prerequisites: [Node.js](https://nodejs.org) (Version 12.4.0 or later)
```sh
$ npm install @markuplint/react-spec
$ npm install -D @markuplint/react-spec
$ yarn add @markuplint/react-spec
$ yarn add -D @markuplint/react-spec
```
## Contributing
## Usage
Add `specs` option into your [confugration file](https://markuplint.dev/configuration#parser).
```json
{
"specs": {
".[jt]sx?$": "@markuplint/react-spec"
}
}
```
$ git clone git@github.com:markuplint/markuplint.git -b main
$ yarn
$ yarn build
$ yarn test
```
---
Copyright © 2021 markuplint. Under the MIT License.

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