Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

melody-extension-core

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

melody-extension-core - npm Package Compare versions

Comparing version 1.2.0-commit.33988325 to 1.2.0-commit.05c42290

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc