
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
MetaES is a JavaScript metacircular interpreter. It is a building block for other libraries and tools. It was created to speed up applications development.
Try it out at the playground.
For the latest stable version:
npm install metaes
For dev builds:
npm install metaes@dev
It's highly recommended to read docs first. You can skip it if you just want to use MetaES in a most basic way.
const { metaesEval } = require("metaes");
metaesEval(`2+a`, console.log, console.error, { a: 2 });
For browser usage you have to create build yourself using tools like Webpack, Parcel or others.
will print out 4.
Available at docs page.
For development repository installation use following:
git clone git@github.com:metaes/metaes.git
cd metaes
npm install
npm test
Use GitHub issues or pull requests.
MIT.
FAQs
JavaScript (ECMAScript) in JavaScript interpreter for better tools.
We found that metaes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.