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

cubeshop

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

cubeshop - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

3

package.json
{
"name": "cubeshop",
"version": "0.0.16",
"version": "0.0.17",
"description": "Mobile UI Components built on Web Components.",

@@ -37,3 +37,2 @@ "main": "src/index.js",

"sass": "^1.34.0",
"tree-node-cli": "^1.4.0",
"vue": "^3.0.5",

@@ -40,0 +39,0 @@ "vue-router": "^4.0.4"

@@ -14,3 +14,3 @@ # Cubeshop

## cdn 使用
## CDN 使用

@@ -23,3 +23,3 @@ ```js

## npm 使用
## NPM 使用

@@ -30,5 +30,7 @@ 敬请期待......

当作原生 dom 元素直接使用即可,如:
当作原生 dom 元素直接使用即可。
```vue
#### Vue 工程
```jsx
<template>

@@ -40,3 +42,16 @@ <div>

```
#### React 工程
```jsx
class Demo extends React.Component {
render() {
return (
<div>
<cs-button type="primary">按钮</cs-button>
</div>
);
}
}
```
## 注意

@@ -43,0 +58,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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