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

serialized-query

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialized-query - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

16

package.json
{
"name": "serialized-query",
"version": "0.2.7",
"version": "0.2.8",
"description": "A simple Typescript class to serialize Firebase queries",

@@ -8,9 +8,4 @@ "license": "MIT",

"author": "Ken Snyder <ken@ken.net>",
"keywords": [
"firebase",
"typescript"
],
"files": [
"lib"
],
"keywords": ["firebase", "typescript"],
"files": ["lib"],
"main": "lib/serialized-query.js",

@@ -24,3 +19,4 @@ "typings": "lib/serialized-query.d.ts",

"test": "ts-node ./scripts/test.ts ",
"coverage": "nyc --reporter=text --reporter=html mocha --compilers ts:ts-node/register",
"coverage":
"nyc --reporter=text --reporter=html mocha --compilers ts:ts-node/register",
"watch": "ts-node ./scripts/watch.ts",

@@ -32,3 +28,2 @@ "watch:test": "ts-node ./scripts/watch.ts test",

"dependencies": {
"@types/firebase": "^2.4.32",
"common-types": "^1.1.0",

@@ -38,2 +33,3 @@ "moment": "^2.0.0"

"devDependencies": {
"@types/firebase": "^2.4.32",
"@types/chai": "^3.0.0",

@@ -40,0 +36,0 @@ "@types/chalk": "^0.4.31",

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