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

active-table-dev

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

active-table-dev - npm Package Compare versions

Comparing version 0.3.18 to 0.3.19

16

package.json
{
"name": "active-table-dev",
"version": "0.3.18",
"version": "0.3.19",
"description": "Framework agnostic table component for editable data experience",

@@ -10,5 +10,5 @@ "main": "./dist/activeTable.js",

"start": "vite",
"build": "tsc",
"build:watch": "tsc --watch",
"build:bundle": "npm run clean && npm run lint && tsc && vite build && npm run analyze && rollup -c && npm run build:babel",
"build": "vite build",
"build:watch": "vite build --watch",
"build:bundle": "npm run clean && npm run lint && tsc && vite build && npm run analyze && rollup -c",
"clean": "rimraf dist test",

@@ -27,6 +27,3 @@ "lint": "npm run lint:lit-analyzer && npm run lint:eslint",

"test:prod": "MODE=prod wtr",
"test:prod:watch": "MODE=prod wtr --watch",
"build:babel": "npm run build:temp && npm run transpile && rimraf dist/activeTableTemp.js",
"build:temp": "cp dist/activeTable.js dist/activeTableTemp.js && rimraf dist/activeTable.js",
"transpile": "babel dist/activeTableTemp.js --out-file dist/activeTable.js"
"test:prod:watch": "MODE=prod wtr --watch"
},

@@ -65,5 +62,2 @@ "keywords": [

"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@custom-elements-manifest/analyzer": "0.6.3",

@@ -70,0 +64,0 @@ "@open-wc/testing": "3.1.5",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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