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

@posva/vuefire-core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posva/vuefire-core - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

dist/packages/@posva/vuefire-core/src/firestore/index.d.ts

25

package.json
{
"name": "@posva/vuefire-core",
"version": "2.0.1",
"version": "2.1.0",
"description": "Shared code for vue + Firebase apps used by vuefire and vuexfire",

@@ -8,3 +8,7 @@ "author": "Eduardo San Martin Morote <posva13@gmail.com>",

"license": "MIT",
"main": "src/index.js",
"sideEffects": false,
"main": "dist/vuefire-core.cjs.js",
"types": "dist/packages/@posva/vuefire-core/src",
"browser": "dist/vuefire-core.esm.js",
"module": "dist/vuefire-core.esm.js",
"directories": {

@@ -16,2 +20,3 @@ "lib": "src",

"src",
"dist",
"LICENSE"

@@ -29,4 +34,7 @@ ],

"test": "yarn run test:unit",
"build": "rollup -c ../../../rollup.config.js",
"prepare": "yarn run build",
"postversion": "yarn run build",
"test:unit": "jest",
"lint": "eslint --fix src test",
"lint": "eslint src __tests__ --ext ts",
"dev": "yarn run test:unit --watchAll"

@@ -38,13 +46,10 @@ },

"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@posva/vuefire-test-helpers": "^1.1.0",
"@posva/vuefire-test-helpers": "^1.2.0",
"@types/jest": "^24.0.15",
"eslint": "^5.9.0",
"eslint-plugin-vue-libs": "^3.0.0",
"firebase": "^5.11.1",
"firebase": "^6.3.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
},
"gitHead": "e4c8ac5bf2c6254cf7fe1998d43ceab69572703d"
"gitHead": "d72085b8d357b2b54644da3bb3b8bcd813a05617"
}
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