Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@databutton/firebase-types
Advanced tools
This repo contains firestore types, functions and rules for Databutton.
This repo contains firestore types, functions and rules for Databutton.
This repo runs TypeScript and is a pure ESM project. This basically means that you have to write import x from 'x';
and you can no longer write const x = require('x');
In addition, all imports needs to be relative paths and include file-ending (.js). This is also the case when importing TypeScript files because the imports are used after the TypeScript has been transpiled into JavaScript.
For more info, check out this guide on writing pure ESM packages
yarn install
yarn test:rules
yarn lint
Note: You need Google Credentials
yarn shell
Set up GOOGLE_APPLICATION_CREDENTIALS from the following guide: https://firebase.google.com/docs/admin/setup#initialize-sdk and add the environment variable to the file <PROJECT_ROOT>/.env
Modify the src/run.ts
-file to do what you want.
Execute the script running this command
yarn execute
FAQs
Unknown package
The npm package @databutton/firebase-types receives a total of 0 weekly downloads. As such, @databutton/firebase-types popularity was classified as not popular.
We found that @databutton/firebase-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.