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

postcss-place

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-place - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md
# Changes to Place
### 1.0.1 (December 6, 2016)
- Updated: boilerplate conventions (`postcss-tape`)
### 1.0.0 (November 25, 2016)
- Initial version

27

package.json
{
"name": "postcss-place",
"version": "1.0.0",
"version": "1.0.1",
"description": "`place-[alignment] shorthand for align-[alignment] and justify-[alignment]",

@@ -15,5 +15,6 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",

"scripts": {
"lint": "eslint index.js && jscs index.js",
"tape": "node test",
"test": "npm run lint && node test"
"lint": "echint && eslint index.js && jscs index.js",
"prepublish": "npm test",
"tape": "postcss-tape",
"test": "npm run lint && postcss-tape"
},

@@ -24,13 +25,19 @@ "engines": {

"dependencies": {
"postcss": "^5.2.5",
"postcss": "^5.2.6",
"postcss-value-parser": "^3.3.0"
},
"devDependencies": {
"eslint": "^3.10.2",
"eslint-config-10up": "github:jonathantneal/eslint-config-10up",
"echint": "^2.1.0",
"echint-config-dev": "1.0.0",
"eslint": "^3.11.1",
"eslint-config-dev": "1.0.0",
"jscs": "^3.0.7",
"jscs-config-10up": "github:jonathantneal/jscs-config-10up"
"jscs-config-dev": "1.0.1",
"postcss-tape": "1.0.1"
},
"echint": {
"extends": "dev"
},
"eslintConfig": {
"extends": "10up",
"extends": "dev",
"parserOptions": {

@@ -41,3 +48,3 @@ "sourceType": "module"

"jscsConfig": {
"preset": "10up"
"preset": "dev"
},

@@ -44,0 +51,0 @@ "keywords": [

@@ -29,2 +29,11 @@ # Place <a href="https://github.com/postcss/postcss"><img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right"></a>

## Options
#### `prefix`
Type: `String`
Default: `null`
Specifies a prefix to be surrounded by dashes before the declaration (e.g. `prefix: 'x'` changes the detected property to `-x-place-content`).
## Usage

@@ -111,11 +120,2 @@

## Options
#### `prefix`
Type: `String`
Default: `null`
Specifies a prefix to be surrounded by dashes before the declaration (e.g. `prefix: 'x'` changes the detected property to `-x-place-content`).
[npm-url]: https://www.npmjs.com/package/postcss-place

@@ -122,0 +122,0 @@ [npm-img]: https://img.shields.io/npm/v/postcss-place.svg

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