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

jsx-vanilla-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-vanilla-loader - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

8

index.js
'use strict';
const JSXVanilla = require('jsx-vanilla');
const { preprocess } = require('jsx-vanilla');
module.exports = (source) => {
return JSXVanilla.preprocess(source);
};
module.exports = function(source) {
return preprocess(source);
};

@@ -7,3 +7,3 @@ {

"dependencies": {
"jsx-vanilla": ">=2.0.5"
"jsx-vanilla": ">=3.0.0"
},

@@ -23,3 +23,3 @@ "deprecated": false,

"name": "jsx-vanilla-loader",
"version": "0.0.4",
"version": "1.0.0",
"repository": {

@@ -26,0 +26,0 @@ "type": "git",

@@ -1,2 +0,2 @@

# JSX Vanilla loader
# Description

@@ -7,3 +7,3 @@ JSX Vanilla loader for webpack

```
```js
const path = require('path');

@@ -16,3 +16,3 @@

main: "./src/main.js"
},
},
output: {

@@ -25,3 +25,3 @@ path: path.resolve(__dirname, '../js'),

{
test : /\.js?/,
test : /\.js$/,
include : path.resolve(__dirname, "src"),

@@ -33,3 +33,3 @@ loader : 'jsx-vanilla-loader'

}
```
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