Socket
Socket
Sign inDemoInstall

postcss-modules-parser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

yarn.lock

9

lib/index.js

@@ -7,2 +7,4 @@ 'use strict';

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _postcss = require('postcss');

@@ -20,4 +22,2 @@

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var importRegexp = /^:import\((.+)\)$/;

@@ -62,6 +62,5 @@ var exportRegexp = /^:export$/;

exports.default = (0, _postcss.plugin)('parser', function parser() {
var _ref = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
fetch = _ref.fetch;
var fetch = _ref.fetch;
return function (css) {

@@ -68,0 +67,0 @@ // https://github.com/postcss/postcss/blob/master/docs/api.md#inputfile

{
"name": "postcss-modules-parser",
"version": "1.1.0",
"version": "1.1.1",
"description": "A CSS Modules parser to extract tokens from the css file",

@@ -16,3 +16,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-parser.git"
"url": "git+https://github.com/css-modules/postcss-icss.git"
},

@@ -28,5 +28,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/css-modules/postcss-modules-parser/issues"
"url": "https://github.com/css-modules/postcss-icss/issues"
},
"homepage": "https://github.com/css-modules/postcss-modules-parser#readme",
"homepage": "https://github.com/css-modules/postcss-icss#readme",
"dependencies": {

@@ -33,0 +33,0 @@ "icss-replace-symbols": "^1.0.2",

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