melody-extension-core
Advanced tools
Comparing version 1.2.0-commit.33988325 to 1.2.0-commit.05c42290
{ | ||
"name": "melody-extension-core", | ||
"version": "1.2.0-commit.33988325", | ||
"version": "1.2.0-commit.05c42290", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -57,2 +57,3 @@ /** | ||
'url_encode', | ||
'trim', | ||
].reduce((map, filterName) => { | ||
@@ -59,0 +60,0 @@ map[filterName] = 'melody-runtime'; |
@@ -118,10 +118,2 @@ /** | ||
}, | ||
trim(path) { | ||
path.replaceWithJS( | ||
t.callExpression( | ||
t.memberExpression(path.node.target, t.identifier('trim')), | ||
path.node.arguments | ||
) | ||
); | ||
}, | ||
convert_encoding(path) { | ||
@@ -128,0 +120,0 @@ // encoding conversion is not supported |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
0
248701
6207