Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@tinybirdco/mockingbird
Advanced tools
$ npm install @tinybirdco/mockingbird
import { TinybirdGenerator } from "@tinybirdco/mockingbird";
const tbGenerator = new TinybirdGenerator({
schema: z.object({}), // Javascript object containing valid generator schema
eps: z.number().optional().default(1), // Events per second
limit: z.number().optional().default(-1), // Event limit
logs: z.boolean().optional().default(false), // Enables logs
endpoint: z.string(), // Tinybird endpoint (e.g. gcp_europe_west3, gcp_us_east4, aws_eu_central_1, aws_us_east_1, aws_us_west_2 or custom one)
datasource: z.string(), // Name of the Tinybird datasource
token: z.string(), // Tinybird admin token
});
await tbGenerator.generate();
import { presetSchemas } from "@tinybirdco/mockingbird";
const schema = presetSchemas["Web Analytics Starter Kit"];
const tbGenerator = new TinybirdGenerator({
schema,
...
})
FAQs
Mockingbird
The npm package @tinybirdco/mockingbird receives a total of 818 weekly downloads. As such, @tinybirdco/mockingbird popularity was classified as not popular.
We found that @tinybirdco/mockingbird demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.