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

@interweave/interweave

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interweave/interweave - npm Package Compare versions

Comparing version

to
0.0.18

31

dist/interfaces.d.ts

@@ -209,2 +209,6 @@ export interface Error {

};
/**
* If a Request requires authentication, specify a key from the interface authentication object
*/
authentication_key?: string;
}

@@ -297,3 +301,3 @@ export interface Parameter {

*/
authorization?: {
authentication?: {
/**

@@ -318,2 +322,27 @@ * Keys are project scoped.

};
/**
* Customize what gets rendered in the modal
*/
interface: {
/**
* Title in the modal
*/
title?: string;
/**
* Label for the input
*/
label?: string;
/**
* Placeholder text for the input
*/
placeholder?: string;
/**
* Text to add context about what is needed here
*/
description?: string;
/**
* Link to provide more instructions about obtaining this key
*/
instructions_link?: string;
};
};

@@ -320,0 +349,0 @@ };

2

package.json
{
"name": "@interweave/interweave",
"version": "0.0.17",
"version": "0.0.18",
"description": "",

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

@@ -231,2 +231,6 @@ export interface Error {

};
/**
* If a Request requires authentication, specify a key from the interface authentication object
*/
authentication_key?: string;
}

@@ -329,3 +333,3 @@

*/
authorization?: {
authentication?: {
/**

@@ -350,2 +354,27 @@ * Keys are project scoped.

};
/**
* Customize what gets rendered in the modal
*/
interface: {
/**
* Title in the modal
*/
title?: string;
/**
* Label for the input
*/
label?: string;
/**
* Placeholder text for the input
*/
placeholder?: string;
/**
* Text to add context about what is needed here
*/
description?: string;
/**
* Link to provide more instructions about obtaining this key
*/
instructions_link?: string;
};
};

@@ -352,0 +381,0 @@ };