Socket
Socket
Sign inDemoInstall

postcss-property-lookup

Package Overview
Dependencies
1
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

.github/workflows/nodejs.yml

28

package.json
{
"name": "postcss-property-lookup",
"version": "2.0.0",
"version": "3.0.0",
"description": "PostCSS plugin that allows referencing property values without a variable",

@@ -17,25 +17,25 @@ "keywords": [

},
"main": "build/index.js",
"types": "./index.d.ts",
"engines": {
"node": ">= 10"
},
"dependencies": {
"object-assign": "^4.0.1",
"postcss": "^6.0.6",
"tcomb": "^3.2.21"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"chai": "^4.3.4",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"jest": "^20.0.4"
"mocha": "^8.4.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.15"
},
"scripts": {
"lint": "eslint lib/index.js test/test.js",
"build": "babel lib --out-dir build",
"test": "jest",
"posttest": "npm run lint",
"prepublish": "npm run build"
"lint": "eslint index.js test/test.js",
"test": "mocha",
"posttest": "yarn lint"
}
}

@@ -45,3 +45,3 @@ # postcss-property-lookup [![Build Status][ci-img]][ci]

```
$ npm install postcss-property-lookup
$ yarn add postcss-property-lookup
```

@@ -48,0 +48,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc