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

apostrophe-browser-support

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-browser-support - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

index.js

@@ -30,3 +30,3 @@ var fs = require('fs');

self._app.get('/apos/browser-support/old-browser', function(req, res){
self._app.get('/apos-browser-support/old-browser', function(req, res){
return res.send(self.render('oldbrowser'));

@@ -33,0 +33,0 @@ });

{
"name": "apostrophe-browser-support",
"version": "0.5.0",
"description": "Maintain the aesthetic of your website by restricting old browsers from seeing it.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/blockaj/apostrophe-browser-support"
},
"author": "Aaron Block",
"license": "MIT"
}
"name": "apostrophe-browser-support",
"version": "0.5.1",
"description": "Maintain the aesthetic of your website by restricting old browsers from seeing it.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/blockaj/apostrophe-browser-support"
},
"author": "Aaron Block",
"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