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

@emmetio/node

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/node - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/node.cjs.js

@@ -254,3 +254,3 @@ 'use strict';

token = normalize(token);
if (!this.hasClass(token)) {
if (token && !this.hasClass(token)) {
this.setAttribute('class', this.classList.concat(token).join(' '));

@@ -257,0 +257,0 @@ }

@@ -252,3 +252,3 @@ /**

token = normalize(token);
if (!this.hasClass(token)) {
if (token && !this.hasClass(token)) {
this.setAttribute('class', this.classList.concat(token).join(' '));

@@ -255,0 +255,0 @@ }

{
"name": "@emmetio/node",
"version": "0.1.0",
"version": "0.1.1",
"description": "Emmet abbreviation node",

@@ -5,0 +5,0 @@ "main": "dist/node.cjs.js",

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