Socket
Socket
Sign inDemoInstall

postcss-modules-local-by-default

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-local-by-default - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

5

CHANGELOG.md

@@ -9,2 +9,6 @@ # Change Log

## [0.0.11] - 2015-07-19
### Fixed
- Localisation of animation properties.
## [0.0.10] - 2015-06-17

@@ -70,1 +74,2 @@ ### Added

[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11

2

index.js

@@ -178,3 +178,3 @@ var postcss = require('postcss');

var valuesNode = Tokenizer.parseValues(decl.value);
var localizeName = /animation(-name)?/.test(decl.prop);
var localizeName = /animation(-name)?$/.test(decl.prop);
var newValuesNode = Object.create(valuesNode);

@@ -181,0 +181,0 @@ newValuesNode.nodes = valuesNode.nodes.map(function(valueNode) {

{
"name": "postcss-modules-local-by-default",
"version": "0.0.10",
"version": "0.0.11",
"description": "A CSS Modules transform to make local scope the default",

@@ -37,4 +37,5 @@ "keywords": [

"travis": "npm run cover -- --report lcovonly",
"prepublish": "npm prune && npm test"
"prepublish": "npm prune && npm test",
"publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish"
}
}
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