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 1.8.0 to 1.9.0

build/Hash.js

10

CHANGELOG.md

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

## [1.9.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.9.0)
### Features and Improvements
- Add integration tests to validate plugin defined correctly in build.
### Bug Fixes
- Fix error in main file definition.
## [1.8.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.8.0)

@@ -7,0 +17,0 @@

2

CONTRIBUTING.md

@@ -35,2 +35,4 @@ # [PostCSS Prefix Wrap](./README.md) / Contributing Guide

> 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.
After updating the current version, run the following command:

@@ -37,0 +39,0 @@

10

package.json
{
"name": "postcss-prefixwrap",
"version": "1.8.0",
"version": "1.9.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.",

@@ -22,5 +22,9 @@ "license": "MIT",

],
"main": "./dist/main.js",
"main": "./build/index.js",
"files": [
"*.md",
"build"
],
"scripts": {
"build": "tsc --build ./tsconfig.json && rm -rf ./build/{**/*,*}.spec.js && rm -rf ./build/acceptance",
"build": "tsc --build ./tsconfig.json && rm -rf ./build/{**/*,*}.spec.js && rm -rf ./build/acceptance && rm -rf ./build/integration",
"clean": "rm -rf ./build/",

@@ -27,0 +31,0 @@ "format": "prettier './**/*.{md,yml,yaml,json,ts,js}' --write",

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