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

babel-watch

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-watch - npm Package Compare versions

Comparing version 7.8.0 to 7.8.1

2

babel-watch.js

@@ -535,3 +535,3 @@ #!/usr/bin/env node

const [source, sourceMap] = await handleFileLoad(filename);
if (!source) return; // ignored or printed error
const sourceBuf = Buffer.from(source || "");

@@ -538,0 +538,0 @@ const mapBuf = Buffer.from(sourceMap ? JSON.stringify(sourceMap) : []);

{
"name": "babel-watch",
"version": "7.8.0",
"version": "7.8.1",
"description": "Reload your babel-node app on JS source file changes. And do it *fast*.",

@@ -5,0 +5,0 @@ "main": "babel-watch.js",

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