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

@appear.sh/introspector

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appear.sh/introspector - npm Package Compare versions

Comparing version 0.0.3-canary.redwood.4 to 0.0.4

2

package.json
{
"name": "@appear.sh/introspector",
"version": "0.0.3-canary.redwood.4",
"version": "0.0.4",
"description": "",

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

@@ -99,7 +99,7 @@ # Appear JS introspector

Not all services are deployed as a node applications. If it's your case you can either use one of pre-built integrations or write your own adapter
Not all services are deployed as a node applications. If that applies to you, you can either use one of pre-built integrations, or write your own adapter.
#### RedwoodJS at vercel
1. Create a file, anywhere in backend side that suits in your structure, for example `api/src/withAppear.ts`
1. Create a file where you can instantiate Appear, for example: `api/src/withAppear.ts`

@@ -120,3 +120,3 @@ ```ts

2. wrap your Serverless Functions (API Endpoints) in `withAppear`
2. Wrap your Serverless Functions (API Endpoints) in `withAppear`

@@ -132,2 +132,2 @@ ```ts

3. it's done, now you can try calls to your API and they'll appear in Appear
3. Once finished, any calls to your APIs should show up in Appear

Sorry, the diff of this file is not supported yet

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