Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
es3-safe-recast
Advanced tools
Recasts all ECMAScript 3 reserved words to their safe alternatives.
ajax('/asdf/1').catch(function(reason) {
}).finally(function() {
});
ajax('/asdf/1')['catch'](function(reason) {
})['finally'](function() {
});
object = {
catch: function() {},
finally: function() {},
default: function() {}
};
object = {
'catch': function() {},
'finally': function() {},
'default': function() {}
};
FAQs
esprima/recast es3 safe compile step
The npm package es3-safe-recast receives a total of 1,717 weekly downloads. As such, es3-safe-recast popularity was classified as popular.
We found that es3-safe-recast demonstrated a not healthy version release cadence and project activity because the last version was released 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.