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 0.0.35 to 0.0.36

5

dist/interfaces.d.ts

@@ -321,2 +321,3 @@ export interface Error {

* Must be lowercase-kebab-slug-style
* CANNOT BE CHANGED AFTER CREATION
*/

@@ -329,2 +330,6 @@ key: string;

/**
* Slug for this interface
*/
slug?: string;
/**
* Additional information to describe this interface

@@ -331,0 +336,0 @@ */

2

package.json
{
"name": "@interweave/interweave",
"version": "0.0.35",
"version": "0.0.36",
"description": "",

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

@@ -356,2 +356,3 @@ export interface Error {

* Must be lowercase-kebab-slug-style
* CANNOT BE CHANGED AFTER CREATION
*/

@@ -364,2 +365,6 @@ key: string;

/**
* Slug for this interface
*/
slug?: string;
/**
* Additional information to describe this interface

@@ -366,0 +371,0 @@ */

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