New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@texastribune/queso-tools

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@texastribune/queso-tools - npm Package Compare versions

Comparing version 0.0.1-2 to 0.0.1-3

6

lib/styles.js

@@ -37,5 +37,5 @@ // utility packages

try {
compiled = sass.renderSync({
compiled = await sass.renderSync({
file: filePath,
includePaths: ['node_modules'],
includePaths: ['node_modules', './node_modules'],
outFile: bustedLocation,

@@ -47,4 +47,2 @@ sourceComments: doShowSourceMaps,

} catch (err) {
// eslint-disable-next-line no-console
console.error(err);
throw err;

@@ -51,0 +49,0 @@ }

{
"name": "@texastribune/queso-tools",
"version": "0.0.1-2",
"version": "0.0.1-3",
"description": "Node task runners for common front-end tasks",

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