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.5 to 1.4.6

6

CHANGELOG.md

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

## 3 April 2019
### [1.4.6](https://github.com/a-la/jsx/compare/v1.4.5...v1.4.6)
- [deps] Update `restream`.
## 19 March 2019

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

16

package.json
{
"name": "@a-la/jsx",
"version": "1.4.5",
"version": "1.4.6",
"description": "The JSX Transform For ÀLaMode And Other Packages.",

@@ -20,4 +20,4 @@ "main": "build/index.js",

"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"e": "node example",
"depack": "depack depack/index.js -c -o depack.js -I 2018 -a -p -w -S",
"e": "alanode",
"depack": "depack-dev depack -c -o depack.js -O 2017 -a -p -w",
"example/": "yarn e example/example.js"

@@ -49,13 +49,13 @@ },

"devDependencies": {
"@wrote/read": "1.0.2",
"alamode": "1.8.5",
"documentary": "1.22.0",
"@wrote/read": "1.0.3",
"alamode": "1.9.0",
"documentary": "1.23.2",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "3.9.0"
"zoroaster": "3.11.2"
},
"dependencies": {
"@a-la/detect-jsx": "1.0.1",
"restream": "3.5.0"
"restream": "3.5.1"
}
}

@@ -39,6 +39,6 @@ # @a-la/jsx

| Name | Type | Description | Default |
| ---------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| quoteProps | _(true\|'dom')_ | Whether to surround property names with quotes, e.g., for the Google Closure Compiler. When `dom` is passed, it will only quote props for invoking html components, i.e., those that start with a lowercase letter. | `false` |
| warn | _function_ | The function to receive warnings, e.g., when destructuring of properties is used on dom elements (for Closure Compiler). | - |
| Name | Type | Description | Default |
| ---------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| quoteProps | _(true \| 'dom')_ | Whether to surround property names with quotes, e.g., for the Google Closure Compiler. When `dom` is passed, it will only quote props for invoking html components, i.e., those that start with a lowercase letter. | `false` |
| warn | _function_ | The function to receive warnings, e.g., when destructuring of properties is used on dom elements (for Closure Compiler). | - |

@@ -45,0 +45,0 @@ ```js

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