New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rm-plugin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rm-plugin - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

index.js

@@ -190,3 +190,3 @@ var portalPostMessage;

eventData = window.revenuemonster.getEventData();
success({ eventData })
success(eventData)
break;

@@ -196,3 +196,3 @@

eventData = window.Native.getEventData();
success({ eventData });
success(eventData);
break;

@@ -199,0 +199,0 @@ }

@@ -296,5 +296,3 @@ "use strict";

eventData = window.revenuemonster.getEventData();
success({
eventData: eventData
});
success(eventData);
return _context3.abrupt("break", 12);

@@ -304,5 +302,3 @@

eventData = window.Native.getEventData();
success({
eventData: eventData
});
success(eventData);
return _context3.abrupt("break", 12);

@@ -309,0 +305,0 @@

{
"name": "rm-plugin",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",

@@ -5,0 +5,0 @@ "description": "",

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