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

postcss-prefixwrap

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-prefixwrap - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

test/fixtures/leave-expected.css

18

CHANGELOG.md

@@ -6,9 +6,21 @@

## 0.1.0
## 0.2.1 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.1)](https://travis-ci.org/dbtedman/postcss-prefixwrap)
## Features and Improvements
* Added test for our container selector matching existing selector.
## 0.2.0 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.0)](https://travis-ci.org/dbtedman/postcss-prefixwrap)
## Features and Improvements
* Added Mocha Unit tests.
## 0.1.0 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.1.0)](https://travis-ci.org/dbtedman/postcss-prefixwrap)
## Features and Improvements
* Add support for top level combined selectors containing our container class.
## 0.0.5
## 0.0.5 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.0.5)](https://travis-ci.org/dbtedman/postcss-prefixwrap)

@@ -19,3 +31,3 @@ ### Bug Fixes

## 0.0.4
## 0.0.4 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.0.4)](https://travis-ci.org/dbtedman/postcss-prefixwrap)

@@ -22,0 +34,0 @@ ### Features and Improvements

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

10

package.json
{
"name": "postcss-prefixwrap",
"version": "0.1.0",
"version": "0.2.1",
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",
"main": "./src/main.js",
"scripts": {
"test": "npm run test:lint",
"test:lint": "eslint ./src"
"test": "npm run test:lint && npm run test:unit",
"test:lint": "eslint ./src",
"test:unit": "mocha"
},

@@ -21,4 +22,5 @@ "authors": [

"eslint": "^3.6.1",
"eslint-config-defaults": "^9.0.0"
"eslint-config-defaults": "^9.0.0",
"mocha": "^3.1.0"
}
}
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.1.0` [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=master)](https://travis-ci.org/dbtedman/postcss-prefixwrap) [![NPM Version](https://img.shields.io/npm/v/postcss-prefixwrap.svg)](https://www.npmjs.com/package/postcss-prefixwrap)
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.2.1` [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=master)](https://travis-ci.org/dbtedman/postcss-prefixwrap) [![NPM Version](https://img.shields.io/npm/v/postcss-prefixwrap.svg)](https://www.npmjs.com/package/postcss-prefixwrap)

@@ -91,1 +91,17 @@ A [PostCSS](http://postcss.org) plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.

```
### Unit Tests
Code is unit tested using [MochaJS](https://mochajs.org).
```bash
npm run test:unit
```
## Releasing
Based on the [NPM Publishing Guide](https://docs.npmjs.com/getting-started/publishing-npm-packages), after updating the current version, run the following command:
```
npm publish
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc