Socket
Socket
Sign inDemoInstall

detective-scss

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective-scss - npm Package Compare versions

Comparing version 4.0.3 to 5.0.0

4

index.js

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

.filter(innerNode => ['string', 'ident'].includes(innerNode.type))
.map(identifierNode => identifierNode.content.replace(/["']/g, ''));
.map(identifierNode => identifierNode.content.replaceAll(/["']/g, ''));
}

@@ -70,3 +70,3 @@

.filter(innerNode => ['string', 'ident', 'raw'].includes(innerNode.type))
.map(identifierNode => identifierNode.content.replace(/["']/g, ''));
.map(identifierNode => identifierNode.content.replaceAll(/["']/g, ''));
}
{
"name": "detective-scss",
"version": "4.0.3",
"version": "5.0.0",
"description": "Find the dependencies of an scss file",

@@ -34,12 +34,12 @@ "main": "index.js",

"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"gonzales-pe": "^4.3.0",
"node-source-walk": "^6.0.1"
"node-source-walk": "^7.0.0"
},
"devDependencies": {
"c8": "^7.13.0",
"c8": "^9.1.0",
"uvu": "^0.5.6",
"xo": "^0.54.2"
"xo": "^0.58.0"
},

@@ -46,0 +46,0 @@ "xo": {

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