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

nuclide-node-transpiler

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuclide-node-transpiler - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

1

bin/release-transpile.js

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

// Sanity checks
// assert(jsFiles.length > 0);
jsFiles.forEach(filename => {

@@ -62,0 +61,0 @@ assert(path.isAbsolute(filename));

1

lib/NodeTranspiler.js

@@ -38,2 +38,3 @@ /**

const BABEL_OPTIONS = {
retainLines: true,
parserOpts: {

@@ -40,0 +41,0 @@ plugins: [

{
"name": "nuclide-node-transpiler",
"version": "0.7.0",
"version": "0.7.1",
"description": "Transpiles JavaScript files",

@@ -5,0 +5,0 @@ "author": "NEEDS OWNER",

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