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

@s-ui/amp-runner

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/amp-runner - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

index.js

@@ -15,3 +15,3 @@ #!/usr/bin/env node

app.get('/', res => res.send({ status: 'OK', timestamp: Date.now() }))
app.get('/', (req, res) => res.send({ status: 'OK', timestamp: Date.now() }))

@@ -18,0 +18,0 @@ app.get('/amp/**', async (req, res) => {

{
"name": "@s-ui/amp-runner",
"version": "1.2.0",
"version": "1.3.0",
"bin": {"amp": "./index.js"},

@@ -5,0 +5,0 @@ "scripts": {

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