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

cssnano-util-get-match

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-util-get-match - npm Package Compare versions

Comparing version 4.0.0-rc.2 to 4.0.0

6

dist/index.js

@@ -9,6 +9,4 @@ "use strict";

return function getMatch(args) {
var match = args.reduce(function (list, arg, i) {
return list.filter(function (keyword) {
return keyword[1][i] === arg;
});
const match = args.reduce((list, arg, i) => {
return list.filter(keyword => keyword[1][i] === arg);
}, map);

@@ -15,0 +13,0 @@ if (match.length) {

{
"name": "cssnano-util-get-match",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"main": "dist/index.js",

@@ -16,3 +16,3 @@ "description": "Convert a list of keywords into a single keyword match.",

"babel-cli": "^6.0.0",
"cross-env": "^3.0.0"
"cross-env": "^5.0.0"
},

@@ -24,10 +24,10 @@ "author": {

},
"repository": "ben-eb/cssnano",
"homepage": "https://github.com/ben-eb/cssnano",
"repository": "cssnano/cssnano",
"homepage": "https://github.com/cssnano/cssnano",
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": ">=4"
"node": ">=6.9.0"
}
}

@@ -8,3 +8,3 @@ # cssnano-util-get-match

See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).

@@ -11,0 +11,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