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

clay-portal

Package Overview
Dependencies
Maintainers
10
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-portal - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

12

lib/ClayPortal.soy.js

@@ -43,9 +43,11 @@ 'use strict';

/**
* @param {$render.Params} opt_data
* @param {{
* content: function()
* }} opt_data
* @param {Object<string, *>=} opt_ijData
* @param {Object<string, *>=} opt_ijData_deprecated
* @return {void}
* @suppress {checkTypes|uselessCode}
* @suppress {checkTypes}
*/
var $render = function $render(opt_data, opt_ijData, opt_ijData_deprecated) {
function $render(opt_data, opt_ijData, opt_ijData_deprecated) {
opt_ijData = opt_ijData_deprecated || opt_ijData;

@@ -55,7 +57,7 @@ /** @type {function()} */

content();
};
}
exports.render = $render;
/**
* @typedef {{
* content: function(),
* content: function()
* }}

@@ -62,0 +64,0 @@ */

{
"name": "clay-portal",
"version": "2.13.0",
"version": "2.14.0",
"description": "Metal ClayPortal component",

@@ -31,3 +31,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"clay-component": "^2.13.0",
"clay-component": "^2.14.0",
"metal": "^2.16.0",

@@ -44,8 +44,8 @@ "metal-component": "^2.16.0",

"babel-preset-env": "^1.6.0",
"browserslist-config-clay": "^2.13.0",
"clay-css": "^2.13.0",
"browserslist-config-clay": "^2.14.0",
"clay-css": "^2.14.0",
"metal-dom": "^2.13.2",
"metal-tools-soy": "^6.0.0",
"metal-tools-soy": "^4.3.2",
"webpack": "^3.0.0",
"webpack-config-clay": "^2.13.0"
"webpack-config-clay": "^2.14.0"
},

@@ -55,3 +55,3 @@ "browserslist": [

],
"gitHead": "fef2c15a6c6a85daa328f93e4cb25d9ee4bb86dc"
"gitHead": "cc93f63941787d174b5871282dc36ccf15ee85f5"
}

@@ -24,9 +24,11 @@ /* jshint ignore:start */

/**
* @param {$render.Params} opt_data
* @param {{
* content: function()
* }} opt_data
* @param {Object<string, *>=} opt_ijData
* @param {Object<string, *>=} opt_ijData_deprecated
* @return {void}
* @suppress {checkTypes|uselessCode}
* @suppress {checkTypes}
*/
var $render = function(opt_data, opt_ijData, opt_ijData_deprecated) {
function $render(opt_data, opt_ijData, opt_ijData_deprecated) {
opt_ijData = opt_ijData_deprecated || opt_ijData;

@@ -36,7 +38,7 @@ /** @type {function()} */

content();
};
}
exports.render = $render;
/**
* @typedef {{
* content: function(),
* content: function()
* }}

@@ -43,0 +45,0 @@ */

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