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

fp-table

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-table - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "fp-table",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {

@@ -7,0 +7,0 @@ "zqh-test": "echo \"Error: no test specified\" && exit 1"

@@ -1,24 +0,11 @@

# dev
## Project setup
# 使用
```
yarn install
npm i fp-table
import fpTable from 'fp-table'
Vue.component('fpTable', fpTable)
```
### Compiles and hot-reloads for development
## 简单使用
```
yarn serve
<fp-table></fp-table>
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
import fpTable from '../components/index.js';
export default {
version: '0.0.1',
fpTable
};
export default fpTable

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