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

pagelet

Package Overview
Dependencies
Maintainers
2
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.1.0 to 0.1.1

3

index.js

@@ -210,2 +210,3 @@ 'use strict';

* - context: Context on which to call `after`, defaults to pagelet.
* - data: stringified object representation to pass to the client.
*

@@ -226,4 +227,6 @@ * @param {Object} options Add post render functionality.

// Check for the presence of options and provide pagelet as default for context.
// Data will be passed to the client as a stringified representation of an object.
//
options = options || {};
options.data = options.data || '{}';
options.context = options.context || pagelet;

@@ -230,0 +233,0 @@

2

package.json
{
"name": "pagelet",
"version": "0.1.0",
"version": "0.1.1",
"description": "pagelet",

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

Sorry, the diff of this file is not supported yet

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