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

pagelet

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagelet - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

8

index.js

@@ -664,2 +664,10 @@ 'use strict';

//
// Support lowercase variant of RPC
//
if ('rpc' in prototype) {
prototype.RPC = prototype.rpc;
delete prototype.rpc;
}
if ('string' === typeof prototype.RPC) {

@@ -666,0 +674,0 @@ prototype.RPC= prototype.RPC.split(/[\s|\,]/);

2

package.json
{
"name": "pagelet",
"version": "0.6.1",
"version": "0.6.2",
"description": "pagelet",

@@ -5,0 +5,0 @@ "main": "index.js",

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