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.5.0 to 1.5.1

5

css.escape.js

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

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

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

var cssEscape = function(value) {
if (arguments.length == 0) {
throw new TypeError('`CSS.escape` requires an argument.');
}
var string = String(value);

@@ -24,0 +27,0 @@ var length = string.length;

2

package.json
{
"name": "css.escape",
"version": "1.5.0",
"version": "1.5.1",
"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