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

@emmetio/snippets

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/snippets - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

dist/snippets.cjs.js

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

"input:h|input:hidden": "input[type=hidden name]",
"input:t|input:text": "inp",
"input:t|input:text": "inp[type=text]",
"input:search": "inp[type=search]",

@@ -68,0 +68,0 @@ "input:email": "inp[type=email]",

@@ -63,3 +63,3 @@ var html = {

"input:h|input:hidden": "input[type=hidden name]",
"input:t|input:text": "inp",
"input:t|input:text": "inp[type=text]",
"input:search": "inp[type=search]",

@@ -66,0 +66,0 @@ "input:email": "inp[type=email]",

@@ -63,3 +63,3 @@ {

"input:h|input:hidden": "input[type=hidden name]",
"input:t|input:text": "inp",
"input:t|input:text": "inp[type=text]",
"input:search": "inp[type=search]",

@@ -66,0 +66,0 @@ "input:email": "inp[type=email]",

{
"name": "@emmetio/snippets",
"version": "0.2.5",
"version": "0.2.6",
"description": "Emmet snippets",

@@ -5,0 +5,0 @@ "main": "dist/snippets.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