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.3 to 0.0.3-canary.redwood.4

1

lib/index.d.ts

@@ -6,2 +6,1 @@ export { init, AppearIntrospector } from "./init";

export { AppearConfig } from "./config";
export { createLambdaMiddleware } from "./awsLambdaMiddleware";

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createLambdaMiddleware = exports.process = exports.defaultInterceptFilter = exports.DEFAULT_REPORTING_ENDPOINT = exports.init = void 0;
exports.process = exports.defaultInterceptFilter = exports.DEFAULT_REPORTING_ENDPOINT = exports.init = void 0;
var init_1 = require("./init");

@@ -12,3 +12,1 @@ Object.defineProperty(exports, "init", { enumerable: true, get: function () { return init_1.init; } });

Object.defineProperty(exports, "process", { enumerable: true, get: function () { return process_1.process; } });
var awsLambdaMiddleware_1 = require("./awsLambdaMiddleware");
Object.defineProperty(exports, "createLambdaMiddleware", { enumerable: true, get: function () { return awsLambdaMiddleware_1.createLambdaMiddleware; } });

@@ -1,3 +0,4 @@

import type { Handler } from "aws-lambda";
import { AppearConfig } from "../config";
type Handler<TEvent = any, TResult = any> = (event: TEvent, context: object, callback?: (error?: Error | string | null, result?: TResult) => void) => void | Promise<TResult>;
export declare function createVercelMiddleware(config: AppearConfig): (handler: Handler) => Handler;
export {};
{
"name": "@appear.sh/introspector",
"version": "0.0.3-canary.redwood.3",
"version": "0.0.3-canary.redwood.4",
"description": "",

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

"@types/express": "^4.17.21",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/xxhashjs": "^0.2.4",
"aws-lambda": "^1.0.7",
"axios": "^1.7.2",

@@ -39,3 +38,2 @@ "body-parser": "^1.20.2",

"lodash": "^4.17.21",
"serverless-http": "^3.2.0",
"xxhashjs": "^0.2.2"

@@ -42,0 +40,0 @@ },

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