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

element-ui-sticky-table

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-ui-sticky-table - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

dist/index.cjs.js

27

package.json
{
"name": "element-ui-sticky-table",
"version": "0.0.2",
"description": "Simulate sticky behavior for element-ui el-table",
"version": "0.1.0",
"description": "Sticky for element-ui table",
"main": "index.js",
"module": "dist/element-ui-sticky-table.es.prod.js",
"unpkg": "dist/element-ui-sticky-table.iife.prod.js",
"jsdelivr": "dist/element-ui-sticky-table.iife.prod.js",
"author": "Ernest Chang <iattempt.net@gmail.com>",
"module": "dist/index.es.prod.js",
"unpkg": "dist/index.iife.prod.js",
"jsdelivr": "dist/index.iife.prod.js",
"author": "Ernest Chang <iendeavor.github.io@gmail.com>",
"license": "MIT",
"files": [
"LICENSE",
"dist"
],
"repository": {

@@ -32,3 +36,3 @@ "type": "git",

"@rollup/plugin-replace": "^2.3.3",
"@vue/compiler-sfc": "^3.0.0-rc.1",
"element-ui": "^2.14.1",
"prettier": "^2.0.5",

@@ -38,6 +42,11 @@ "rimraf": "^3.0.2",

"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-vue": "^6.0.0-beta.9"
"rollup-plugin-vue": "^5.1.9",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"peerDependencies": {
"element-ui": "^2.14.1",
"vue": "^2.6.12"
},
"husky": {

@@ -44,0 +53,0 @@ "hooks": {

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