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

postcss-button

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-button - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

12

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _postcss = _interopRequireDefault(require("postcss"));

@@ -96,3 +101,3 @@

module.exports = _postcss.default.plugin('postcss-button', opts => {
const postcssButton = _postcss.default.plugin('postcss-button', opts => {
const options = {

@@ -143,2 +148,5 @@ default: {

};
});
});
var _default = postcssButton;
exports.default = _default;

4

package.json
{
"name": "postcss-button",
"version": "0.3.11",
"version": "0.3.12",
"description": "A PostCSS plugin to create buttons.",

@@ -67,3 +67,3 @@ "keywords": [

"targets": {
"node": "6.10"
"node": "10"
}

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