
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
webflow-api
Advanced tools
Install the package via NPM or YARN:
$ npm install --save webflow-api
$ yarn add webflow-api
const Webflow = require('webflow-api');
// Initialize the API
const api = new Webflow({ token: 'api-token' });
// Fetch a site
api.site({ siteId: '580e63e98c9a982ac9b8b741' }).then(site => console.log(site));
The Webflow constructor takes several options to initialize the API client:
token - the API token (required)version - the version of the API you wish to use (optional)All of the API methods are documented in the API documentation.
Contributions are welcome - feel free to open an issue or pull request.
The MIT license - see LICENSE.
FAQs
[](https://www.npmjs.com/package/webflow-api) [](https://github.com/fern-api/fern)
The npm package webflow-api receives a total of 63,624 weekly downloads. As such, webflow-api popularity was classified as popular.
We found that webflow-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.