babel-plugin-captains-log
Advanced tools
Comparing version 1.2.0-beta.1 to 1.2.0-beta.2
{ | ||
"name": "babel-plugin-captains-log", | ||
"version": "1.2.0-beta.1", | ||
"version": "1.2.0-beta.2", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib" |
@@ -54,3 +54,3 @@ # Captain's Log (☠️) | ||
{ | ||
plugins: ["captains-log"] | ||
plugins: ["babel-plugin-captains-log"] | ||
} | ||
@@ -69,3 +69,3 @@ ``` | ||
plugins: [ | ||
["captains-log", { | ||
["babel-plugin-captains-log", { | ||
"methods": ['debug', 'info'] | ||
@@ -85,3 +85,3 @@ }] | ||
plugins: [ | ||
["captains-log", { | ||
["babel-plugin-captains-log", { | ||
"ignorePatterns": ["node_modules", ".spec.js"] | ||
@@ -103,3 +103,3 @@ }] | ||
plugins: [ | ||
["captains-log", { | ||
["babel-plugin-captains-log", { | ||
"injectVariableName": true | ||
@@ -117,3 +117,3 @@ }] | ||
plugins: [ | ||
["captains-log", { | ||
["babel-plugin-captains-log", { | ||
"injectFileName": true | ||
@@ -133,3 +133,3 @@ }] | ||
plugins: [ | ||
["captains-log", { | ||
["babel-plugin-captains-log", { | ||
"injectScope": true | ||
@@ -136,0 +136,0 @@ }] |
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
8353
1