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

@podium/utils

Package Overview
Dependencies
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/utils - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

13

lib/http-incoming.js

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

enumerable: true,
writable: true,
value: {},

@@ -92,4 +93,16 @@ });

}
toJSON() {
return {
development: this.development,
context: this.context,
params: this.params,
name: this.name,
url: this.url,
css: this.css,
js: this.js,
};
}
};
module.exports = PodiumHttpIncoming;

2

package.json
{
"name": "@podium/utils",
"version": "3.1.0",
"version": "3.1.1",
"description": "Common generic utility methods shared by @podium modules.",

@@ -5,0 +5,0 @@ "license": "MIT",

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