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

css-blank-pseudo

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-blank-pseudo - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

dist/cli.cjs

5

CHANGELOG.md
# Changes to CSS Blank Pseudo
### 3.0.2 (January 2, 2022)
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 3.0.1 (December 27, 2021)

@@ -4,0 +9,0 @@

10

package.json
{
"name": "css-blank-pseudo",
"version": "3.0.1",
"version": "3.0.2",
"description": "Style form elements when they are empty",

@@ -28,3 +28,2 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -36,3 +35,3 @@ "README.md",

"bin": {
"css-blank-pseudo": "dist/cli.mjs"
"css-blank-pseudo": "dist/cli.cjs"
},

@@ -46,4 +45,5 @@ "scripts": {

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci",
"cli": "css-blank-pseudo"
"test": "postcss-tape --ci && npm run test:exports",
"cli": "css-blank-pseudo",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

@@ -50,0 +50,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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