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

altair-express-middleware

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altair-express-middleware - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

build/index.js

@@ -7,5 +7,5 @@ 'use strict';

var app = express();
app.use(express.static(path.join(__dirname, 'dist')));
app.use(express.static(path.join(__dirname, '../dist')));
app.get('*', function (req, res) {
return res.sendFile(path.join(__dirname, 'dist/index.html'));
return res.sendFile(path.join(__dirname, '../dist/index.html'));
});

@@ -12,0 +12,0 @@ return app;

@@ -10,6 +10,6 @@ 'use strict';

app.use(express.static(path.join(__dirname, 'dist')));
app.use(express.static(path.join(__dirname, '../dist')));
app.get('*', (req, res) => {
return res.sendFile(path.join(__dirname, 'dist/index.html'));
return res.sendFile(path.join(__dirname, '../dist/index.html'));
});

@@ -16,0 +16,0 @@

{
"name": "altair-express-middleware",
"version": "1.0.0",
"version": "1.0.1",
"description": "Express middleware for altair graphql client",

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

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