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

@mapbox/hast-util-table-cell-style

Package Overview
Dependencies
Maintainers
223
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/hast-util-table-cell-style - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md
# Changelog
## 0.1.1
- Add missing unist-util-visit dependency.
## 0.1.0
- Initial release.

8

package.json
{
"name": "@mapbox/hast-util-table-cell-style",
"version": "0.1.0",
"version": "0.1.1",
"description": "Transform deprecated styling attributes on HAST table cells to inline styles",

@@ -35,2 +35,5 @@ "main": "index.js",

},
"dependencies": {
"unist-util-visit": "^1.3.0"
},
"devDependencies": {

@@ -45,4 +48,3 @@ "eslint": "^4.19.1",

"rehype-stringify": "^3.0.0",
"unified": "^6.1.6",
"unist-util-visit": "^1.3.0"
"unified": "^6.1.6"
},

@@ -49,0 +51,0 @@ "jest": {

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