melody-extension-core
Advanced tools
Comparing version 1.2.0-commit.b0c42b3d to 1.2.0-commit.cd6a9bf1
{ | ||
"name": "melody-extension-core", | ||
"version": "1.2.0-commit.b0c42b3d", | ||
"version": "1.2.0-commit.cd6a9bf1", | ||
"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
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
0
248701
6207