New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-jsx-stylesheet

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-jsx-stylesheet - npm Package Compare versions

Comparing version 0.1.12 to 0.2.0

2

package.json
{
"name": "babel-plugin-transform-jsx-stylesheet",
"version": "0.1.12",
"version": "0.2.0",
"description": "Transform stylesheet selector to style in JSX Elements.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

import jSXStylePlugin from '../index';
import syntaxJSX from 'babel-plugin-syntax-jsx';
import { transform } from 'babel-core';

@@ -21,3 +22,3 @@

return transform(code, {
plugins: [jSXStylePlugin, 'syntax-jsx']
plugins: [jSXStylePlugin, syntaxJSX]
}).code;

@@ -127,5 +128,5 @@ }

}`;
expect(getTransfromCode(code)).toBe(code);
});
});
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