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

x-postpress-code

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-postpress-code - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "x-postpress-code",
"version": "1.0.2",
"version": "1.0.3",
"description": "A web component used for code highlighting.",

@@ -14,3 +14,3 @@ "homepage": "https://kherrick.github.io/x-postpress-code/",

"build": "webpack --env prod --config ./webpack.config.cjs --progress",
"start": "webpack serve --env dev --config ./webpack.config.cjs --mode development --host 0.0.0.0 --port 8088",
"start": "webpack serve --env dev --config ./webpack.config.cjs --mode development --host 0.0.0.0 --port 8088 --open firefox",
"prepublishOnly": "npm run build"

@@ -17,0 +17,0 @@ },

@@ -18,3 +18,3 @@ # [x-postpress-code](https://kherrick.github.io/x-postpress-code/)

Lazy load the code to be highlighted by using both the type and src attributes:
Lazy load the content to be highlighted by using both the type and src attributes:

@@ -21,0 +21,0 @@ ```html

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