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

esifycss

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esifycss - npm Package Compare versions

Comparing version 1.3.13 to 1.3.14

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="1.3.14"></a>
## [1.3.14](https://github.com/kei-ito/esifycss/compare/v1.3.13...v1.3.14) (2020-01-06)
<a name="1.3.13"></a>

@@ -2,0 +7,0 @@ ## [1.3.13](https://github.com/kei-ito/esifycss/compare/v1.3.12...v1.3.13) (2019-12-09)

2

lib/runner/parseCSS.js

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

const config = await getCSSParserConfiguration_1.getCSSParserConfiguration(parameters);
return postcss(config.plugins).process(config.css, config.options);
return await postcss(config.plugins).process(config.css, config.options);
};
{
"name": "esifycss",
"version": "1.3.13",
"version": "1.3.14",
"description": "Generates .js or .ts exports class names and custom properties",

@@ -51,9 +51,9 @@ "author": {

"dependencies": {
"@nlib/nbnf": "^3.13.5",
"@nlib/nbnf": "^3.17.0",
"acorn": "^7.1.0",
"acorn-dynamic-import": "^4.0.0",
"acorn-walk": "^7.0.0",
"chokidar": "^3.3.0",
"chokidar": "^3.3.1",
"commander": "^4.0.1",
"postcss": "^7.0.24",
"postcss": "^7.0.26",
"postcss-selector-parser": "^6.0.2",

@@ -63,6 +63,6 @@ "vlq": "^1.0.1"

"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@nlib/lint": "^3.15.0",
"@nlib/remove-sourcemap": "^3.15.4",
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@nlib/lint": "^3.17.0",
"@nlib/remove-sourcemap": "^3.17.0",
"@types/acorn-dynamic-import": "file:@types/acorn-dynamic-import",

@@ -73,11 +73,11 @@ "@types/acorn-walk": "file:@types/acorn-walk",

"@types/micromatch": "^3.1.1",
"@types/node": "^12.12.14",
"@types/node": "^12.12.24",
"@types/postcss-scss": "file:@types/postcss-scss",
"@types/selenium-webdriver": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@types/selenium-webdriver": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"ava": "^2.4.0",
"browserstack-local": "^1.4.2",
"conventional-changelog-cli": "^2.0.28",
"eslint": "^6.7.2",
"browserstack-local": "^1.4.3",
"conventional-changelog-cli": "^2.0.31",
"eslint": "^6.8.0",
"husky": "^3.1.0",

@@ -88,6 +88,6 @@ "lint-staged": "^9.5.0",

"rimraf": "^3.0.0",
"rollup": "^1.27.8",
"rollup": "^1.28.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
},

@@ -94,0 +94,0 @@ "ava": {

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