postcss-prefixwrap
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -1,1 +0,1 @@ | ||
{"processes":{"e65a1713-08f4-4e5b-83d2-80bb7982257a":{"parent":null,"children":["ef65492a-f0ba-4839-8023-0d0325506909"]},"ef65492a-f0ba-4839-8023-0d0325506909":{"parent":"e65a1713-08f4-4e5b-83d2-80bb7982257a","children":[]}},"files":{"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/HandleInvalidCSSTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/build/main.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/OurPlugin.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/Selector.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/Hash.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/support/PrefixAssert.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/IgnoredSelectorsTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/LeaveKeyframePercentagesTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/LeaveOurContainerTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/PrefixHTMLBodyTagsTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/ReplacementPrefixingTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/StandardPrefixingTest.js":["ef65492a-f0ba-4839-8023-0d0325506909"]},"externalIds":{}} | ||
{"processes":{"47c13c7b-e336-4ca9-a0a7-c2d8028f3a55":{"parent":null,"children":[]}},"files":{"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/HandleInvalidCSSTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/build/main.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/OurPlugin.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/Selector.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/build/PostCSSPrefixWrap/Hash.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/support/PrefixAssert.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/IgnoredSelectorsTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/LeaveKeyframePercentagesTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/LeaveOurContainerTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/PrefixHTMLBodyTagsTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/ReplacementPrefixingTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"],"/Users/danieltedman/Code/postcss-prefixwrap/acceptance/StandardPrefixingTest.js":["47c13c7b-e336-4ca9-a0a7-c2d8028f3a55"]},"externalIds":{}} |
@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.7.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.7.0) | ||
### Features and Improvements | ||
- Audit Fixes | ||
## [1.6.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.6.0) | ||
@@ -7,0 +13,0 @@ |
@@ -5,3 +5,3 @@ # [PostCSS Prefix Wrap](./README.md) / Contributing Guide | ||
- [Testing and Code Quality](./docs/contributing/CODE_QUALITY.md) | ||
- [Releasing](./docs/contributing/RELEASING.md) | ||
- [Testing and Code Quality](docs/CODE_QUALITY.md) | ||
- [Releasing](docs/RELEASING.md) |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.6.0", | ||
"version": "1.7.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.", | ||
@@ -38,11 +38,11 @@ "license": "MIT", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "12.0.8", | ||
"ajv": "6.10.0", | ||
"ajv-keywords": "3.4.0", | ||
"@types/node": "12.7.1", | ||
"ajv": "6.10.2", | ||
"ajv-keywords": "3.4.1", | ||
"codecov": "3.5.0", | ||
"fs-extra": "8.0.1", | ||
"fs-extra": "8.1.0", | ||
"gulp": "4.0.2", | ||
"gulp-postcss": "8.0.0", | ||
"husky": "2.4.1", | ||
"mocha": "6.1.4", | ||
"husky": "3.0.3", | ||
"mocha": "6.2.0", | ||
"nyc": "14.1.1", | ||
@@ -52,4 +52,4 @@ "postcss": "7.0.17", | ||
"ts-node": "8.3.0", | ||
"typescript": "3.5.2" | ||
"typescript": "3.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
208466
92