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

rehype-class-names

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-class-names - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

0

index.ts

@@ -0,0 +0,0 @@ import { selectAll } from "hast-util-select";

5

package.json
{
"name": "rehype-class-names",
"version": "1.0.7",
"version": "1.0.8",
"description": "A utility plugin to use with rehype that adds class names to HAST (html tree)",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {

@@ -10,0 +11,0 @@ "type": "git",

{
"compilerOptions": {
"module": "NodeNext",
/* Visit https://aka.ms/tsconfig to read more about this file */

@@ -15,7 +14,4 @@

/* Language and Environment */
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": [
"es2016",
"ES2017.Object"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"target": "es2017" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */

@@ -22,0 +18,0 @@ // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */

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