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

@emmetio/extract-abbreviation

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

@emmetio/extract-abbreviation - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/extract-abbreviation.cjs.js

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

const specialChars = new Set('#.*:$-_!@%^+>'.split('').map(code));
const specialChars = new Set('#.*:$-_!@%^+>/'.split('').map(code));
const bracePairs = new Map()

@@ -251,0 +251,0 @@ .set(SQUARE_BRACE_L, SQUARE_BRACE_R)

@@ -246,3 +246,3 @@ /**

const specialChars = new Set('#.*:$-_!@%^+>'.split('').map(code));
const specialChars = new Set('#.*:$-_!@%^+>/'.split('').map(code));
const bracePairs = new Map()

@@ -249,0 +249,0 @@ .set(SQUARE_BRACE_L, SQUARE_BRACE_R)

{
"name": "@emmetio/extract-abbreviation",
"version": "0.1.1",
"version": "0.1.2",
"description": "Extracts Emmet abbreviation from string",

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