Socket
Socket
Sign inDemoInstall

scss-tokenizer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scss-tokenizer - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

lib/previous-map.js

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

value: function loadAnnotation(css) {
var match = css.match(/\/\*\s*# sourceMappingURL=(.*)\s*\*\//);
var match = css.match(/\/\*\s*# sourceMappingURL=((?:(?!sourceMappingURL=).)*)\s*\*\//);
if (match) this.annotation = match[1].trim();

@@ -66,0 +66,0 @@ }

{
"name": "scss-tokenizer",
"version": "0.4.2",
"version": "0.4.3",
"description": "A tokenzier for Sass' SCSS syntax",

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