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.28 to 0.0.29

2

dist/validate.js

@@ -323,3 +323,3 @@ "use strict";

if (!(0, helpers_1.isEmpty)(value)) {
error(`${key} must have a value when ${targetKey} has a value of ${targetValue}`);
error(`${key} must not have a value when ${targetKey} has a value of ${targetValue}`);
}

@@ -326,0 +326,0 @@ }

{
"name": "@interweave/interweave",
"version": "0.0.28",
"version": "0.0.29",
"description": "",

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

@@ -449,3 +449,3 @@ import { arraysAreEqual, isEmpty, isValuePresent } from "./helpers";

error(
`${key} must have a value when ${targetKey} has a value of ${targetValue}`
`${key} must not have a value when ${targetKey} has a value of ${targetValue}`
);

@@ -452,0 +452,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