mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
Compare commits
7 Commits
eb33d33bc5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
893301876b | ||
|
|
7cba816ecc | ||
|
|
0c71e0d02d | ||
|
|
856eebfe19 | ||
|
|
53213600d9 | ||
|
|
f91dfe22de | ||
|
|
bffe5ad30d |
@@ -167,6 +167,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [ava](https://github.com/avajs/ava) - 🚀 Futuristic JavaScript test runner
|
||||
* [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond.
|
||||
* [WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js
|
||||
* [Suites](https://suites.dev) - A unit-testing framework for backends working with inversion of control and dependency injection
|
||||
|
||||
### Assertion
|
||||
|
||||
@@ -177,6 +178,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
|
||||
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
|
||||
* [Supertest](https://github.com/visionmedia/supertest) - A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
|
||||
* [Pocket Mocker](https://github.com/tianchangNorth/pocket-mocker) - In-browser visual network mocking tool, supports fetch/XHR interception.
|
||||
|
||||
### Coverage
|
||||
|
||||
@@ -361,6 +363,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques
|
||||
* [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools.
|
||||
* [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories.
|
||||
* [G6](https://github.com/antvis/g6) - A graph visualization engine.
|
||||
* [Infographic](https://github.com/antvis/Infographic) - A next-generation declarative infographic visualization engine.
|
||||
|
||||
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/).
|
||||
|
||||
@@ -586,6 +590,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist.
|
||||
* [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo.
|
||||
* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API.
|
||||
* [pompelmi](https://github.com/pompelmi/pompelmi) - Fast file-upload malware scanning for Node.js.
|
||||
|
||||
## Log
|
||||
|
||||
@@ -1026,6 +1031,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [Spotify SDK](https://github.com/loverajoel/spotify-sdk) - Entity oriented SDK to work with the Spotify Web API.
|
||||
* [Square Node.js SDK](https://github.com/square/connect-nodejs-sdk/) - JavaScript client library for payments and other Square APIs.
|
||||
* [OpenAI SDK](https://github.com/openai/openai-node) - Official JavaScript / TypeScript library for the OpenAI API.
|
||||
* [Stripe Node.js SDK](https://github.com/stripe/stripe-node) - Stripe Node.js SDK lets you integrate payments, subscriptions, and billing into your JavaScript/TypeScript apps.
|
||||
|
||||
## Full Text Search
|
||||
|
||||
@@ -1043,6 +1049,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
|
||||
* [Knex](https://github.com/knex/knex) A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
|
||||
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
|
||||
* [Objection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support.
|
||||
|
||||
|
||||
## WebSockets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user