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

codeblock.css

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

codeblock.css - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "codeblock.css",
"version": "1.1.3",
"version": "1.1.4",
"description": "263 bytes to make pretty code blocks using only CSS. Much like Prism.js but without any highlighting.",

@@ -5,0 +5,0 @@ "main": "codeblock.min.css",

@@ -42,4 +42,4 @@ <p align="center">

```html
<div id="code">
<span id="lang">html</span>
<div class="code">
<span class="lang">html</span>
<pre>

@@ -58,12 +58,12 @@ &lt;!-- your code here --&gt;

```html
<div id="code">
<div id="info">
<span id="title">example 1</span>
<span id="lang">html</span>
<div class="code">
<div class="info">
<span class="title">example 1</span>
<span class="lang">html</span>
</div>
<pre>
&lt;div id=&quot;code&quot;&gt;
&lt;div id=&quot;info&quot;&gt;
&lt;span id=&quot;title&quot;&gt;example 1&lt;/span&gt;
&lt;span id=&quot;lang&quot;&gt;html&lt;/span&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;info&quot;&gt;
&lt;span class=&quot;title&quot;&gt;example 1&lt;/span&gt;
&lt;span class=&quot;lang&quot;&gt;html&lt;/span&gt;
&lt;/div&gt;

@@ -70,0 +70,0 @@ &lt;pre&gt;

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