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

dan4-typed-vuex

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dan4-typed-vuex - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

lib/index.d.ts

24

package.json
{
"name": "dan4-typed-vuex",
"version": "0.3.7",
"version": "0.3.8",
"description": "A typed store accessor for Vuex.",

@@ -21,17 +21,19 @@ "keywords": [

},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"files": [
"dist/**/*",
"dist/index.d.ts",
"lib/**/*",
"lib/index.d.ts",
"!**/*.map"
],
"scripts": {
"build": "unbuild",
"test:types": "tsd"
"build": "yarn clean && yarn compile",
"clean": "rm -rf lib",
"compile": "siroc build",
"test:types": "yarn tsd"
},
"devDependencies": {
"@vue/test-utils": "^1.3.0",
"tsd": "^0.20.0",
"@vue/test-utils": "^1.0.0",
"tsd": "^0.19.1",
"vue": "^2.6.14",

@@ -41,3 +43,3 @@ "vuex": "^3.6.2"

"peerDependencies": {
"vuex": "^3.6.2 || ^4.0.0"
"vuex": "^3.6.2"
},

@@ -44,0 +46,0 @@ "tsd": {

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