![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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.
The TypeScript runtime for Bebop, a schema-based binary serialization format.
The official Bebop runtime for TypeScript and JavaScript.
This package provides the essential runtime components for using Bebop-generated code in TypeScript and JavaScript projects. It enables blazing fast, typesafe binary serialization with minimal overhead.
npm install bebop
While the Bebop TypeScript runtime is primarily used with code generated by bebopc
, it also provides useful types and utilities for direct use in your code.
Example usage with generated code:
import { Person } from './generated/schema';
const person = new Person({
name: "Spike Spiegel",
age: 27
});
// Encode to binary
const encoded = person.encode();
// Decode from binary
const decoded = Person.decode(encoded);
For more advanced use cases, such as dynamic encoding/decoding with binary schemas, refer to our Binary Schema documentation.
For comprehensive documentation and guides, visit:
Contributions are welcome! Please feel free to submit a Pull Request.
Bebop is open-source software licensed under the Apache License.
For more information about Bebop, visit bebop.sh.
FAQs
The TypeScript runtime for Bebop, a schema-based binary serialization format.
The npm package bebop receives a total of 119 weekly downloads. As such, bebop popularity was classified as not popular.
We found that bebop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.