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

direct-vuex

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

direct-vuex - npm Package Compare versions

Comparing version 0.8.7 to 0.9.0

dist/direct-vuex.esm.js

15

package.json
{
"name": "direct-vuex",
"version": "0.8.7",
"version": "0.9.0",
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.",
"author": "Paleo",
"main": "dist/direct-vuex.js",
"module": "dist-esm/direct-vuex.js",
"files": ["dist", "types"],
"main": "dist/direct-vuex.umd.js",
"module": "dist/direct-vuex.esm.js",
"types": "types/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"clear": "rimraf 'dist/*' 'dist-esm/*'",
"clear": "rimraf 'build/compiled-esm/*' 'build/compiled-umd/*'",
"tsc-umd": "tsc --module UMD --outDir build/compiled-umd",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"tsc:esm": "tsc --module ES2015 --outDir dist-esm",
"build": "npm run clear && npm run tsc && npm run tsc:esm",
"make-bundles": "node build/make-bundles.js",
"build": "npm run clear && npm run tsc && npm run tsc-umd && npm run make-bundles",
"lint": "tslint -p tsconfig.json -t verbose",

@@ -28,2 +30,3 @@ "test": "jest",

"rimraf": "^3.0.0",
"terser": "^4.4.3",
"ts-jest": "^24.2.0",

@@ -30,0 +33,0 @@ "tslint": "^5.20.1",

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