New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-node5

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-node5 - npm Package Compare versions

Comparing version 10.4.0 to 10.4.1

2

package.json
{
"name": "babel-preset-node5",
"version": "10.4.0",
"version": "10.4.1",
"description": "Babel preset for Node 5.x (ES6 / ES2015)",

@@ -5,0 +5,0 @@ "repository": "git://github.com/leebenson/babel-preset-node5.git",

@@ -92,3 +92,3 @@ # Babel 6.x presets for Node 5.x (updated regularly!)

```js
function async getUsers(howMany) {
async function getUsers(howMany) {
try {

@@ -95,0 +95,0 @@ const response = await fetch(`http://jsonplaceholder.typicode.com/users/${howMany}`); // <-- a Promise

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc