Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0 to 3.0.0

15

CHANGLELOG.md

@@ -1,14 +0,1 @@

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
-
## [2.0.0] - 2016-05-12
### Added
- Common image extensions from @pwmckenna and @nlitwin
[Unreleased]: https://github.com/bkonkle/ignore-styles/compare/v0.3.0...HEAD
[2.0.0]: https://github.com/bkonkle/ignore-styles/compare/v1.2.0...v2.0.0
See the [Releases](https://github.com/bkonkle/ignore-styles/releases) page.

3

ignore-styles.js

@@ -13,2 +13,5 @@ export const DEFAULT_EXTENSIONS = [

'.svg',
'.mp4',
'.webm',
'.ogv'
]

@@ -15,0 +18,0 @@

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

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

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

{
"name": "ignore-styles",
"version": "2.0.0",
"version": "3.0.0",
"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