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

jsx-loader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-loader - npm Package Compare versions

Comparing version 0.12.2 to 0.13.1

4

package.json
{
"name": "jsx-loader",
"version": "0.12.2",
"version": "0.13.1",
"description": "JSX loader for webpack",
"main": "index.js",
"dependencies": {
"react-tools": ">=0.12.1",
"react-tools": ">=0.13.1",
"loader-utils": "^0.2.2"

@@ -9,0 +9,0 @@ },

@@ -9,2 +9,5 @@ # JSX loader for webpack

To enable ES6 features, use `?harmony` in your loader config. To auto insert the pragma required to process the file use the insertPragma parameter e.g. `?insertPragma=React.DOM`.
To enable ES6 features, use `?harmony` in your loader config. To auto insert the pragma required to process the file use the insertPragma parameter e.g. `?insertPragma=React.DOM`. [Flow]-style type annotations can be stripped using `?stripTypes`.
[Flow]: http://flowtype.org/
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