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

abstracted-firebase

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-firebase - npm Package Compare versions

Comparing version 0.14.4 to 0.14.5

7

package.json
{
"name": "abstracted-firebase",
"version": "0.14.4",
"version": "0.14.5",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

@@ -16,4 +16,4 @@ "license": "MIT",

],
"module": "dist/abstracted-firebase.es.js",
"main": "dist/abstracted-firebase.es.js",
"module": "dist/esnext/index.js",
"main": "dist/cjs/index.js",
"typings": "dist/esnext/index.d.ts",

@@ -23,3 +23,2 @@ "scripts": {

"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"build:rollup": "tslint src/**/*.ts && rollup -c rollup.config.js",
"build": "rm -rf dist && tsc -P tsconfig.esnext.json && tsc -P tsconfig.umd.json && tsc -P tsconfig.cjs.json",

@@ -26,0 +25,0 @@ "test": "ts-node ./scripts/test.ts",

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