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

airtight

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airtight - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

out/main/job.js

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

if (schema.additionalProperties) {
for (const [key, value] of original) {
for (const [key, value] of Object.entries(original)) {
if (propKeys.has(key)) {

@@ -113,0 +113,0 @@ continue;

{
"name": "airtight",
"version": "0.7.2",
"version": "0.7.3",
"description": "Tight subset of JSON schema",

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

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