Socket
Socket
Sign inDemoInstall

postcss-property-lookup

Package Overview
Dependencies
5
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

build/index.js

57

package.json
{
"name": "postcss-property-lookup",
"version": "0.2.1",
"description": "PostCSS plugin that allows referencing property values without a variable",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"property-lookup"
],
"author": "Simon Smith <me@simonsmith.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simonsmith/postcss-property-lookup.git"
},
"dependencies": {
"postcss": "^4.1.9"
},
"devDependencies": {
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"chai": "^2.3.0",
"gulp": "^3.8.11"
},
"scripts": {
"test": "gulp"
}
"name": "postcss-property-lookup",
"version": "0.2.2",
"description": "PostCSS plugin that allows referencing property values without a variable",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"property-lookup"
],
"author": "Simon Smith <me@simonsmith.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simonsmith/postcss-property-lookup.git"
},
"main": "build/index.js",
"dependencies": {
"postcss": "^4.1.13"
},
"devDependencies": {
"babel": "^5.6.14",
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-eslint": "^0.15.0",
"gulp-mocha": "^2.1.2"
},
"scripts": {
"test": "gulp"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc