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.2.2 to 1.0.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@

## 1.0.0
### Features and Improvements
* Updated npm dependencies to explicitly define versions.
## 0.2.2 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.2)](https://travis-ci.org/dbtedman/postcss-prefixwrap)

@@ -8,0 +14,0 @@

6

CONTRIBUTING.md

@@ -13,3 +13,3 @@

* [Daniel Tedman](http://danieltedman.com)
* [Daniel Tedman](https://danieltedman.com)
* Jeff Teng

@@ -23,3 +23,3 @@

Code is linted using [ESLint](http://eslint.org):
Linting support provided by [ESLint](http://eslint.org/) based on rules defined in `.eslintrc.yml`.

@@ -42,4 +42,4 @@ ```bash

```
```bash
npm publish
```
MIT License
Copyright © 2016 [Daniel Tedman](http://danieltedman.com/)
Copyright © 2016 [Daniel Tedman](https://danieltedman.com/)

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "postcss-prefixwrap",
"version": "0.2.2",
"version": "1.0.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.",

@@ -8,7 +8,7 @@ "main": "./src/main.js",

"test": "npm run test:lint && npm run test:unit",
"test:lint": "eslint ./src ./test",
"test:unit": "mocha"
"test:lint": "eslint --color ./src ./test",
"test:unit": "mocha --colors"
},
"authors": [
"Daniel Tedman (http://danieltedman.com)",
"Daniel Tedman (https://danieltedman.com)",
"Jeff Teng"

@@ -19,9 +19,9 @@ ],

"dependencies": {
"postcss": "^5.2.2"
"postcss": "5.2.2"
},
"devDependencies": {
"eslint": "^3.6.1",
"eslint-config-defaults": "^9.0.0",
"mocha": "^3.1.0"
"eslint": "3.6.1",
"eslint-config-defaults": "9.0.0",
"mocha": "3.1.0"
}
}
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.2.2` [![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) `v1.0.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)

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

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