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

folio

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

folio - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.npmignore

5

History.md
0.1.2 / 2011-12-27
==================
* connect 1.8.x setHeader compatibility
0.1.1 / 2011-11-02

@@ -3,0 +8,0 @@ ==================

2

lib/folio.js

@@ -5,3 +5,3 @@ /**

exports.version = '0.1.1';
exports.version = '0.1.2';

@@ -8,0 +8,0 @@ exports.glossary = require('./glossary');

@@ -5,5 +5,5 @@

folio.compile(function(err, content) {
res.header('Content-Type', 'text/javascript');
res.header('Cache-Control', 'max-age=' + (folio.cache || 0));
res.send(content);
res.setHeader('Content-Type', 'text/javascript');
res.setHeader('Cache-Control', 'max-age=' + (folio.cache || 0));
res.write(content);
});

@@ -10,0 +10,0 @@ };

@@ -5,3 +5,3 @@ {

"description": "Asset aggregation and browserfication.",
"version": "0.1.1",
"version": "0.1.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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