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

posthtml-extra-attributes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-extra-attributes - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

dist/index.cjs

30

package.json
{
"name": "posthtml-extra-attributes",
"description": "Add new attributes to elements in your HTML.",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",

@@ -11,16 +11,25 @@ "author": "Cosmin Popovici (https://github.com/cossssmin)",

"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"files": [
"lib"
],
"scripts": {
"dev": "vitest",
"build": "unbuild",
"prepack": "unbuild",
"test": "vitest run --coverage",
"lint": "eslint lib/*.{js,ts}",
"lint": "biome lint ./lib",
"pretest": "npm run lint",
"release": "np"
"release": "npx np"
},

@@ -34,7 +43,6 @@ "keywords": [

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@biomejs/biome": "1.8.3",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"np": "^10.0.0",
"posthtml": "^0.16.4",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"

@@ -41,0 +49,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