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

@contrail/documents

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/documents - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/document-element-factory.js

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

static createShapeElement(type, options = {}) {
let element = this.initNewElement('shape');
let element = this.initNewElement(type);
element = Object.assign(element, options);

@@ -30,0 +30,0 @@ return element;

{
"name": "@contrail/documents",
"version": "1.0.9",
"version": "1.0.10",
"description": "Documents library for contrail platform",

@@ -5,0 +5,0 @@ "main": "lib/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