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

a-css-loader

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-css-loader - npm Package Compare versions

Comparing version

to
1.1.0-alpha.bbb62d41

@@ -16,7 +16,6 @@ 'use strict';

var _Set = _interopDefault(require('babel-runtime/core-js/set'));
var _JSON$stringify = _interopDefault(require('babel-runtime/core-js/json/stringify'));
var underscore = require('underscore');
var underscore_string = require('underscore.string');
const stringify$1 = _JSON$stringify;
const { stringify: stringify$1 } = JSON;

@@ -47,3 +46,3 @@ function jsRequire(path) {

const stringify = _JSON$stringify;
const { stringify } = JSON;

@@ -190,6 +189,8 @@ function createNamespaceAccessorsReducer(accumulator, name) {

const stringify$2 = _JSON$stringify;
const { stringify: stringify$2 } = JSON;
function createLocalValueJS(exportedSymbols) {
return jsArrayFromList(map(exportedSymbols, ({ name, value, type, path }) => {
return jsArrayFromList(map(exportedSymbols, ({
name, value, type, path
}) => {
if (type === 'local') {

@@ -290,3 +291,2 @@ return stringify$2(value);

const LOADER_NAME = 'a-css-loader';
const DEFAULT_OPTIONS = _Object$freeze({

@@ -325,3 +325,3 @@ mode: 'pure',

const symbolsCollector = new SymbolsCollector();
const options = extend({}, DEFAULT_OPTIONS, loaderUtils.getLoaderConfig(this, LOADER_NAME));
const options = extend({}, DEFAULT_OPTIONS, loaderUtils.getOptions(this));

@@ -328,0 +328,0 @@ const callback = this.async();

{
"name": "a-css-loader",
"version": "1.1.0-alpha.a5d82515",
"version": "1.1.0-alpha.bbb62d41",
"description": "",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"extend": "^3.0.0",
"loader-utils": "^0.2.16",
"loader-utils": "^1.1.0",
"postcss": "^5.2.6",

@@ -24,0 +24,0 @@ "postcss-modules-extract-imports": "^1.0.1",