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

clean-tag

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-tag - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

14

package.json
{
"name": "clean-tag",
"version": "3.1.0",
"version": "3.1.1",
"description": "",

@@ -15,6 +15,8 @@ "main": "dist.js",

"dependencies": {
"html-tags": "^2.0.0",
"react": "^16.8.5",
"styled-system": "^3.2.1"
"html-tags": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.3",
"styled-system": ">=1.0.0"
},
"devDependencies": {

@@ -27,3 +29,5 @@ "@babel/cli": "^7.2.3",

"nyc": "^13.3.0",
"react-test-renderer": "^16.8.5"
"react-test-renderer": "^16.8.5",
"react": "^16.8.5",
"styled-system": "^3.2.1"
},

@@ -30,0 +34,0 @@ "ava": {

# clean-tag
:warning:
**NO LONGER MAINTAINED**
If you're wanting to remove style props from HTML output, see [Emotion's `shouldForwardProp` API](https://emotion.sh/docs/styled#customizing-prop-forwarding)
or check the [open issue on styled-components][sc-issue].
---
Removes unwanted style props from the underlying HTML element when using styled-components.

@@ -5,0 +14,0 @@

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