New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ewtd/ewt-notice-bar

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewtd/ewt-notice-bar - npm Package Compare versions

Comparing version

to
0.1.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.1.2"></a>
## [0.1.2](http://git.mistong.com/ewtd/ewt-notice-bar/compare/v0.1.1...v0.1.2) (2020-06-30)
<a name="0.1.1"></a>

@@ -2,0 +7,0 @@ ## 0.1.1 (2020-06-30)

15

demo/index.js

@@ -22,5 +22,16 @@ /*

<NoticeBar></NoticeBar>
<NoticeBar>
前端东西确实蛮多,但也没必要什么都想学。一旦你有这个想法,多半会像个无头苍蝇乱飞。
变换方法通过一个给定角度对一个指定的点进行旋转变换,你对梦想一无无所知。
</NoticeBar>
`;
const codeDefault = `
import { NoticeBar } from '@ewtd/ewt';
<NoticeBar>
前端东西确实蛮多,但也没必要什么都想学。一旦你有这个想法,多半会像个无头苍蝇乱飞。
</NoticeBar>
`;
const arrowFunc = '() => {}';

@@ -39,3 +50,3 @@

</Code>
<Code sourceCode={codeLarge} buttonText="内容未溢出不滚动" >
<Code sourceCode={codeDefault} buttonText="内容未溢出不滚动" >
<NoticeBar onClose={() => { console.log('closed'); }}>

@@ -42,0 +53,0 @@ 前端东西确实蛮多,但也没必要什么都想学。一旦你有这个想法,多半会像个无头苍蝇乱飞。

2

package.json
{
"name": "@ewtd/ewt-notice-bar",
"version": "0.1.1",
"version": "0.1.2",
"description": "An ewt component",

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