Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detective-sass

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective-sass - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

index.js

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

*/
module.exports = function detective(content, options) {
module.exports = function detective(content, options = {}) {
if (content === undefined) throw new Error('content not given');

@@ -20,0 +20,0 @@ if (typeof content !== 'string') throw new Error('content is not a string');

{
"name": "detective-sass",
"version": "5.0.0",
"version": "5.0.1",
"description": "Find the dependencies of a sass file",

@@ -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