nuclide-node-transpiler
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -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)); |
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4
49175