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

@a-la/jsx

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a-la/jsx - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

build/lib/components.js
let detectJSX = require('@a-la/detect-jsx'); if (detectJSX && detectJSX.__esModule) detectJSX = detectJSX.default;
const { SyncReplaceable } = require('restream');
const { parseSimpleContent } = require('./parse-content');

@@ -30,3 +29,3 @@ const { pragma, replaceChunk, getProps } = require('./');

// find another one one
const newRes = transpileJSX(res)
const newRes = transpileJSX(res, config)
return newRes

@@ -33,0 +32,0 @@ }

@@ -1,4 +0,3 @@

const { SyncReplaceable, makeMarkers, makeCutRule } = require('restream');
const { getTagName } = require('.');;
const extract = require('./extract');;
const { SyncReplaceable } = require('restream');
const extract = require('./extract');

@@ -5,0 +4,0 @@ /**

@@ -0,1 +1,7 @@

## 24 January 2019
### 1.2.1
- [fix] Pass the options to recursive calls.
## 22 January 2019

@@ -2,0 +8,0 @@

{
"name": "@a-la/jsx",
"version": "1.2.0",
"version": "1.2.1",
"description": "The JSX Transform For ÀLaMode And Other Packages.",

@@ -5,0 +5,0 @@ "main": "build",

import detectJSX from '@a-la/detect-jsx'
import { SyncReplaceable } from 'restream'
import { parseSimpleContent } from './parse-content'

@@ -30,3 +29,3 @@ import { pragma, replaceChunk, getProps } from './'

// find another one one
const newRes = transpileJSX(res)
const newRes = transpileJSX(res, config)
return newRes

@@ -33,0 +32,0 @@ }

@@ -1,4 +0,3 @@

import { SyncReplaceable, makeMarkers, makeCutRule } from 'restream'
import { getTagName } from '.';
import extract from './extract';
import { SyncReplaceable } from 'restream'
import extract from './extract'

@@ -5,0 +4,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