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

babel-plugin-react-autoprefix

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-react-autoprefix - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

index.js

@@ -30,3 +30,3 @@ 'use strict';

// ensure that the value is a string
var value = prop.get('value');
var value = prop.get('value').resolve();
if (!value.isLiteral()) return;

@@ -33,0 +33,0 @@

{
"name": "babel-plugin-react-autoprefix",
"version": "0.2.2",
"version": "0.2.3",
"description": "Adds vendor prefixes to inline styles in React elements",

@@ -5,0 +5,0 @@ "repository": "UXtemple/babel-plugin-react-prefix-styles",

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