Socket
Socket
Sign inDemoInstall

rax-server-renderer

Package Overview
Dependencies
15
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

4

CHANGELOG.md
## Changelog
### v1.4.1
- Bump version
### v1.4.0
- Use `style-unit` convert `rpx`

2

es/index.js

@@ -5,3 +5,2 @@ import { shared } from 'rax';

import { UNITLESS_NUMBER_PROPS } from './CSSProperty';
setTargetPlatform('web');
var EMPTY_OBJECT = {};

@@ -308,2 +307,3 @@ var VOID_ELEMENTS = {

this.previousWasTextNode = false;
setTargetPlatform('web');
setViewportWidth(options.viewportWidth);

@@ -310,0 +310,0 @@ setUnitPrecision(options.unitPrecision);

@@ -15,3 +15,2 @@ "use strict";

(0, _styleUnit.setTargetPlatform)('web');
var EMPTY_OBJECT = {};

@@ -318,2 +317,3 @@ var VOID_ELEMENTS = {

this.previousWasTextNode = false;
(0, _styleUnit.setTargetPlatform)('web');
(0, _styleUnit.setViewportWidth)(options.viewportWidth);

@@ -320,0 +320,0 @@ (0, _styleUnit.setUnitPrecision)(options.unitPrecision);

{
"name": "rax-server-renderer",
"version": "1.4.0",
"version": "1.4.1",
"description": "Rax renderer for server-side render.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc