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

nuke-dimensions

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-dimensions - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

6

docs/basic.md

@@ -15,3 +15,3 @@ # Dimensions demo

import Text from 'nuke-text';
import BizPage from 'nuke-biz-page';
import Page from 'nuke-page';
import Dimensions from 'nuke-dimensions';

@@ -36,3 +36,3 @@ import Button from 'nuke-button';

return (
<BizPage title="Dimensions">
<Page title="Dimensions">
<View style={styles.result}>

@@ -44,3 +44,3 @@ {this.state.width ? <Text style={styles.resultText}>屏幕宽度:{this.state.width} rem,高度{this.state.height} rem</Text> :null}

</View>
</BizPage>
</Page>
);

@@ -47,0 +47,0 @@ }

# Changelog
## 0.1.8 / 2017-07-06
* [[6fa4cfe](http://gitlab.alibaba-inc.com/nuke/dimensions/commit/6fa4cfe8a45bad571e5237677369447beb4e10e6)] - `fix` fix page dependencies
## 0.1.7 / 2017-06-14

@@ -5,0 +9,0 @@

{
"name": "nuke-dimensions",
"version": "0.1.7",
"version": "0.1.8",
"description": "屏幕参数",

@@ -36,3 +36,3 @@ "main": "lib/index",

"devDependencies": {
"nuke-biz-page": "^0.0.7",
"nuke-page": "^0.0.x",
"nuke-button": "0.x.x",

@@ -39,0 +39,0 @@ "nuke-view": "0.x.x",

@@ -5,3 +5,3 @@ /** @jsx createElement */

import Text from 'nuke-text';
import BizPage from 'nuke-biz-page';
import Page from 'nuke-page';
import Dimensions from 'nuke-dimensions';

@@ -26,3 +26,3 @@ import Button from 'nuke-button';

return (
<BizPage title="Dimensions">
<Page title="Dimensions">
<View style={styles.result}>

@@ -34,3 +34,3 @@ {this.state.width ? <Text style={styles.resultText}>屏幕宽度:{this.state.width} rem,高度{this.state.height} rem</Text> :null}

</View>
</BizPage>
</Page>

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