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

njsx

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

njsx - npm Package Compare versions

Comparing version 3.0.1-SNAPSHOT to 3.0.1

CHANGELOG.md

9

package.json
{
"name": "njsx",
"version": "3.0.1-SNAPSHOT",
"version": "3.0.1",
"description": "No-JSX: A customizable interface for creating React and React-Native components without JSX syntax. For more information visit https://github.com/uqbar-project/njsx.",

@@ -15,4 +15,5 @@ "repository": "https://github.com/uqbar-project/njsx",

"build": "rm -rf dist && tsc",
"tav": "tav react yarn test",
"test": "mocha --recursive --require ts-node/register src/**/*.test.tsx"
"lint": "tslint src/index.ts",
"test": "mocha --recursive --require ts-node/register src/**/*.test.tsx",
"prepublishOnly": "yarn install && yarn lint && yarn test && yarn build"
},

@@ -23,5 +24,5 @@ "peerDependencies": {

"devDependencies": {
"@types/react": "^16.3.14",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/react": "^16.3.13",
"chai": "^4.1.2",

@@ -28,0 +29,0 @@ "mocha": "^5.1.1",

# No-JSX
[![Build Status](https://travis-ci.org/uqbar-project/njsx.svg?branch=master)](https://travis-ci.org/uqbar-project/njsx)
[![npm version](https://badge.fury.io/js/njsx.svg)](https://badge.fury.io/js/njsx)

@@ -33,3 +34,2 @@ A pure function based interface for creating [React](https://facebook.github.io/react/) and [React Native](https://facebook.github.io/react-native/) components without *JSX* tags.

- [Working with older versions](#working-with-older-versions)
- [Changelog](#changelog)
- [Contributions](#contributions)

@@ -310,23 +310,2 @@ - [License](#license)

## Changelog
### v3.0.1
- Full Typescript support! Exporting type definitions.
- Removed Rule mechanics in favor of simpler configuration.
- Argument transformations.
- Full SVG elements support.
### v2.1.5
- Support for React-Native styles as builder arguments.
- React-Native components will not be evaluated until used.
### v.2.0.0
- Builders can now be refined by attribute access (ES6+).
- Rules are now defined with objects instead of arrays.
### v1.0.1
- React and React-Native builders.
- Configurable rules for handling builder arguments.
## Contributions

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