Socket
Socket
Sign inDemoInstall

css.escape

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css.escape - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

6

css.escape.js

@@ -1,2 +0,2 @@

/*! https://mths.be/cssescape v1.3.0 by @mathias | MIT license */
/*! https://mths.be/cssescape v1.4.0 by @mathias | MIT license */
;(function(root, factory) {

@@ -34,5 +34,5 @@ // https://github.com/umdjs/umd/blob/master/returnExports.js

// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER
// (U+FFFD) escaped as a code point.
// (U+FFFD).
if (codeUnit == 0x0000) {
result += '\\fffd ';
result += '\uFFFD';
continue;

@@ -39,0 +39,0 @@ }

{
"name": "css.escape",
"version": "1.3.0",
"version": "1.4.0",
"description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",

@@ -5,0 +5,0 @@ "homepage": "https://mths.be/cssescape",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc