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.4.1 to 1.4.2

2

build/lib/index.js

@@ -99,3 +99,3 @@ const { SyncReplaceable } = require('restream');

})
res.replace(/(\S+)/, (m, name, i) => {
res.replace(/(\S+)/g, (m, name, i) => {
r.push({ i, name, val: '\'\'' }) // boolean

@@ -102,0 +102,0 @@ })

## 15 February 2019
### 1.4.2
- [fix] Extract multiple boolean attributes.
### 1.4.1

@@ -4,0 +8,0 @@

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

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -99,3 +99,3 @@ import { SyncReplaceable } from 'restream'

})
res.replace(/(\S+)/, (m, name, i) => {
res.replace(/(\S+)/g, (m, name, i) => {
r.push({ i, name, val: '\'\'' }) // boolean

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