Socket
Socket
Sign inDemoInstall

@tinypudding/puddy-lib

Package Overview
Dependencies
8
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.17 to 1.1.18

.github/FUNDING.yml

5

http/fileCache.js

@@ -6,3 +6,4 @@ module.exports = function (res, next, data) {

const tinyCfg = _.defaultsDeep({}, data, {
timezone: 'Universal'
timezone: 'Universal',
contentType: 'application/javascript'
});

@@ -22,3 +23,3 @@

// File Type
res.setHeader('Content-Type', 'application/javascript');
res.setHeader('Content-Type', tinyCfg.contentType);
res.setHeader('Accept-Ranges', 'bytes');

@@ -25,0 +26,0 @@ res.setHeader('Access-Control-Allow-Origin', 'same-origin');

2

package.json
{
"name": "@tinypudding/puddy-lib",
"version": "1.1.17",
"version": "1.1.18",
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc