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

ignore-styles

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignore-styles - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

1

ignore-styles.js

@@ -9,2 +9,3 @@ export const DEFAULT_EXTENSIONS = [

'.less',
'.sss',
'.gif',

@@ -11,0 +12,0 @@ '.jpeg',

2

lib/ignore-styles.js

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

exports.default = register;
var DEFAULT_EXTENSIONS = exports.DEFAULT_EXTENSIONS = ['.css', '.scss', '.sass', '.pcss', '.stylus', '.styl', '.less', '.gif', '.jpeg', '.jpg', '.png', '.svg', '.mp4', '.webm', '.ogv'];
var DEFAULT_EXTENSIONS = exports.DEFAULT_EXTENSIONS = ['.css', '.scss', '.sass', '.pcss', '.stylus', '.styl', '.less', '.sss', '.gif', '.jpeg', '.jpg', '.png', '.svg', '.mp4', '.webm', '.ogv'];

@@ -10,0 +10,0 @@ var oldHandlers = exports.oldHandlers = {};

{
"name": "ignore-styles",
"version": "5.0.0",
"version": "5.0.1",
"description": "Ignore imported style files when running in Node",

@@ -5,0 +5,0 @@ "main": "lib/ignore-styles.js",

Sorry, the diff of this file is not supported yet

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