Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adf-builder

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adf-builder - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

dist/tag.js

@@ -9,3 +9,5 @@ "use strict";

for (let i = 0; i < args.length; i++) {
paragraph.text(strings[i]);
if (strings[i].length) {
paragraph.text(strings[i]);
}
if (args[i] instanceof index_1.TopLevelNode) {

@@ -12,0 +14,0 @@ throw new Error('Top level nodes cannot be used in tagged templates');

{
"name": "adf-builder",
"version": "1.2.1",
"version": "1.2.2",
"description": "Atlassian Document Format Builder",

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

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