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

babel-plugin-transform-styled-components-remove-prop-types

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-styled-components-remove-prop-types - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

README.md

4

index.js

@@ -1,6 +0,4 @@

const fs = require('fs');
const util = require('util');
const { types: t } = require('babel-core');
module.exports = function({ types: t }) {
module.exports = function() {
return {

@@ -7,0 +5,0 @@ name: 'babel-plugin-transform-styled-components-remove-prop-types',

{
"name": "babel-plugin-transform-styled-components-remove-prop-types",
"version": "0.0.4",
"version": "0.0.5",
"description": "Remove unnecessary React propTypes from styled-components",

@@ -16,2 +16,9 @@ "main": "index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lionize/babel-plugin-transform-styled-components-remove-prop-types.git"
},
"readme": "https://github.com/lionize/babel-plugin-transform-styled-components-remove-prop-types",
"homepage": "https://github.com/lionize/babel-plugin-transform-styled-components-remove-prop-types",
"bugs": "https://github.com/lionize/babel-plugin-transform-styled-components-remove-prop-types/issues",
"devDependencies": {

@@ -18,0 +25,0 @@ "babel-core": "^6.26.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