babel-generator
Advanced tools
Comparing version 6.3.13 to 6.3.14
@@ -12,2 +12,3 @@ /* @flow */ | ||
exports.BooleanLiteralTypeAnnotation = BooleanLiteralTypeAnnotation; | ||
exports.NullLiteralTypeAnnotation = NullLiteralTypeAnnotation; | ||
exports.DeclareClass = DeclareClass; | ||
@@ -65,2 +66,6 @@ exports.DeclareFunction = DeclareFunction; | ||
function NullLiteralTypeAnnotation() { | ||
this.push("null"); | ||
} | ||
function DeclareClass(node /*: Object*/) { | ||
@@ -67,0 +72,0 @@ this.push("declare class "); |
{ | ||
"name": "babel-generator", | ||
"version": "6.3.13", | ||
"version": "6.3.14", | ||
"description": "Turns an AST into code.", | ||
@@ -16,3 +16,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"babel-runtime": "^5.0.0", | ||
"babel-types": "^6.3.13", | ||
"babel-types": "^6.3.14", | ||
"detect-indent": "^3.0.1", | ||
@@ -27,4 +27,4 @@ "is-integer": "^1.0.4", | ||
"babel-helper-fixtures": "^6.3.13", | ||
"babylon": "^6.3.13" | ||
"babylon": "^6.3.14" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84296
2591
1
Updatedbabel-types@^6.3.14