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

@capriza/as-inspector

Package Overview
Dependencies
Maintainers
4
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capriza/as-inspector - npm Package Compare versions

Comparing version 0.2.9 to 0.2.11

server/ui-schema/card.json

2

package.json
{
"name": "@capriza/as-inspector",
"version": "0.2.9",
"version": "0.2.11",
"description": "Capriza AS inspector",

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

@@ -146,3 +146,3 @@ const express = require('express');

this.app.use('/ui-schema', express.static(path.join(__dirname, "..", "ui-schema")));
this.app.use('/ui-schema', express.static(path.join(__dirname, "ui-schema")));

@@ -149,0 +149,0 @@ this.app.use(express.static(path.join(__dirname, '..', 'public'), {cacheControl: false, etag: false}));

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