parse-function
Advanced tools
Comparing version 5.4.5 to 5.4.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.4.6](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.5...parse-function@5.4.6) (2019-11-20) | ||
**Note:** Version bump only for package parse-function | ||
## [5.4.5](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.4...parse-function@5.4.5) (2019-11-20) | ||
@@ -8,0 +16,0 @@ |
@@ -212,3 +212,3 @@ 'use strict'; | ||
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;==== | ||
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`; | ||
// acorn node.properties[0] is `Property` that has `value`; | ||
@@ -215,0 +215,0 @@ if (node.type === 'Property') { |
@@ -208,3 +208,3 @@ import arrayify from 'arrify'; | ||
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`;==== | ||
// babylon node.properties[0] is `ObjectMethod` that has `params` and `body`; | ||
// acorn node.properties[0] is `Property` that has `value`; | ||
@@ -211,0 +211,0 @@ if (node.type === 'Property') { |
{ | ||
"name": "parse-function", | ||
"version": "5.4.5", | ||
"version": "5.4.6", | ||
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins", | ||
@@ -108,3 +108,3 @@ "repository": { | ||
}, | ||
"gitHead": "db7a970b1efc12792a6ef5fcdbd0c9f0ef7aff83" | ||
"gitHead": "e2998fc5eaa9cf21fd37be6d5a891802b0efb935" | ||
} |
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
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
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
69535
0