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

css-modules-require-hook

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-modules-require-hook - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

dist/index.js

@@ -12,2 +12,6 @@ 'use strict';

var _lodashAssign = require('lodash.assign');
var _lodashAssign2 = _interopRequireDefault(_lodashAssign);
var _debug = require('debug');

@@ -105,3 +109,3 @@

// https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts
var lazyResult = instance.process(CSSSource, Object.assign(processorOptions, { from: filename }));
var lazyResult = instance.process(CSSSource, (0, _lodashAssign2['default'])(processorOptions, { from: filename }));

@@ -108,0 +112,0 @@ // https://github.com/postcss/postcss/blob/master/docs/api.md#lazywarnings

3

package.json
{
"name": "css-modules-require-hook",
"version": "2.0.3",
"version": "2.0.4",
"description": "A require hook to compile CSS Modules on the fly",

@@ -13,2 +13,3 @@ "main": "index.js",

"icss-replace-symbols": "^1.0.2",
"lodash.assign": "^3.2.0",
"lodash.foreach": "^3.0.3",

@@ -15,0 +16,0 @@ "lodash.identity": "^3.0.0",

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