New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postcss-prefixwrap

Package Overview
Dependencies
Maintainers
1
Versions
77
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 1.10.0 to 1.11.0

build/Hash.spec.js

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog

## [1.11.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0)
### Features and Improvements
- GitHub Actions Release
## [1.10.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0)

@@ -7,0 +13,0 @@

18

CONTRIBUTING.md

@@ -15,7 +15,7 @@ # [PostCSS Prefix Wrap](./README.md) / Contributing

Provided by [Travis CI](https://travis-ci.org/dbtedman/postcss-prefixwrap) and [GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test), run on every commit and pull request.
Provided by [GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test), run on every commit and pull request.
## Code Formatting
Code formatting support provided by [Prettier](https://prettier.io/) and [ESLint](http://eslint.org/).
Code formatting support provided by [Prettier](https://prettier.io/).

@@ -36,14 +36,4 @@ ```bash

> You need to first be logged in to NPM to publish. Try `yarn login` first and if that does not work when running the below commands, try `npm login` instead.
Update `CHANGELOG.md` and `package.json` with details on the updated release version.
After updating the current version, run the following command:
```bash
yarn release
```
You can test what will be published by running the following command:
```bash
yarn pack
```
Then [Publish a new release](https://github.com/dbtedman/postcss-prefixwrap/releases/new) to trigger publishing a new version of this package.
{
"name": "postcss-prefixwrap",
"version": "1.10.0",
"version": "1.11.0",
"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.",

@@ -33,3 +33,2 @@ "license": "MIT",

"lint": "prettier './**/*.{md,yml,yaml,json,ts,js}' --check",
"release": "yarn clean && yarn build && yarn publish",
"test": "jest --coverage"

@@ -36,0 +35,0 @@ },

# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap)
[![NPM Version](https://badge.fury.io/js/postcss-prefixwrap.svg)](https://www.npmjs.com/package/postcss-prefixwrap)
[![Package Version](https://badgen.net/npm/v/postcss-prefixwrap?label=Latest&style=flat)](https://www.npmjs.com/package/postcss-prefixwrap)
[![Package Downloads (Weekly)](https://badgen.net/npm/dw/postcss-prefixwrap?label=Downloads&style=flat)](https://www.npmjs.com/package/postcss-prefixwrap)
[![Package License](https://badgen.net/npm/license/postcss-prefixwrap?label=License&style=flat)](https://www.npmjs.com/package/postcss-prefixwrap)
[![Known Vulnerabilities](https://snyk.io/test/github/dbtedman/postcss-prefixwrap/badge.svg?style=flat-square)](https://snyk.io/test/github/dbtedman/postcss-prefixwrap)
[![Maintainability](https://api.codeclimate.com/v1/badges/fa0627fb4cfdc2a6dd04/maintainability)](https://codeclimate.com/github/dbtedman/postcss-prefixwrap/maintainability)
[![Codecov](https://codecov.io/gh/dbtedman/postcss-prefixwrap/branch/master/graph/badge.svg)](https://codecov.io/gh/dbtedman/postcss-prefixwrap)
[![GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/workflows/Test/badge.svg)](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test)
[![Known Vulnerabilities](https://snyk.io/test/github/dbtedman/postcss-prefixwrap/badge.svg)](https://snyk.io/test/github/dbtedman/postcss-prefixwrap)
[![Maintainability](https://api.codeclimate.com/v1/badges/fa0627fb4cfdc2a6dd04/maintainability)](https://codeclimate.com/github/dbtedman/postcss-prefixwrap/maintainability)
[![codecov](https://codecov.io/gh/dbtedman/postcss-prefixwrap/branch/master/graph/badge.svg)](https://codecov.io/gh/dbtedman/postcss-prefixwrap)
A [PostCSS](https://postcss.org) plugin which prepends a selector to CSS styles to constrain their effect on parent elements in a page.
- [Where do I start?](#where-do-i-start)
- [What options does it have?](#what-options-does-it-have)
- [Want to lean more?](#want-to-lean-more)
## Where do I start?

@@ -81,3 +87,3 @@

## Options
## What options does it have?

@@ -84,0 +90,0 @@ ### Minimal

@@ -13,18 +13,18 @@ # [PostCSS Prefix Wrap](./README.md) / Security

Provided by [Snyk](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) for validating NPM dependencies.
Provided by [Snyk](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) for validating package dependencies.
## Security Disclosure Policy
Email [dbtedman@gmail.com](mailto:dbtedman@gmail.com) with details about the security issue.
Email [dbtedman@gmail.com](mailto:dbtedman@gmail.com) with details about the security issue or raise a [GitHub Issue](https://github.com/dbtedman/postcss-prefixwrap/issues) and tag it as **Security**.
## Security Update Policy
_Content to come._
Best efforts will be taken to apply code fixes or update vulnerable packages as soon as is possible, this will usually be within a couple of days.
## Security Related Configuration
_Content to come._
None currently.
## Known Security Gaps and Future Enhancements
_Content to come._
Look at [GitHub issues tagged **Security**](https://github.com/dbtedman/postcss-prefixwrap/labels/security).
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