1.1.2 • Published 2 days ago

chrome-versions v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 days ago

chrome-versions

Database of Chrome builds and Chrome OS recovery images hosted by Google.

Currently, only Chrome OS is being worked on.

API

The API uses ESM for consistency and efficiency.

We provide two APIs:

  • import("chrome-versions")
    • Runs in any environment (browser, Node)
    • Utilities for manipulating and validating data structures
    • Type definitions for data structures
  • import("chrome-versions/db")
    • Only runs in Node
    • Exposes the standard path location to the compiled database (ie. an absolute path to dist/chrome.db)
    • Very reliable compared to manually locating dist/chrome.db in the package

Database

Complete databases can be found in the NPM package. These databases are produced on high-end workstations (16 GB memory, low latency connection to dl.google.com), however you should be able to produce them on your own machine.

See the wiki for information (quickstart, how this works).

1.1.1

2 days ago

1.1.2

2 days ago

1.1.0

3 days ago

1.0.5

4 days ago

1.0.4

8 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-beta.6

2 years ago

1.0.0-beta.5

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta

2 years ago

0.0.1-alpha

2 years ago