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.4.0 to 1.5.0

4

css.escape.js

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

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

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

// For AMD. Register as an anonymous module.
define(factory.bind(root, root));
define([], factory.bind(root, root));
} else {

@@ -12,0 +12,0 @@ // For browser globals (not exposing the function separately).

{
"name": "css.escape",
"version": "1.4.0",
"version": "1.5.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