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

dattatable

Package Overview
Dependencies
Maintainers
1
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dattatable - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

6

build/itemForm.js

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

this._updateEvent = props.onUpdate;
this._useModal = typeof (props.useModal) === "boolean" ? props.useModal : false;
typeof (props.useModal) === "boolean" ? this._useModal = props.useModal : false;
// Load the item

@@ -55,3 +55,3 @@ this.load(gd_sprest_bs_1.SPTypes.ControlMode.New);

this._updateEvent = props.onUpdate;
this._useModal = typeof (props.useModal) === "boolean" ? props.useModal : false;
typeof (props.useModal) === "boolean" ? this._useModal = props.useModal : false;
// Load the form

@@ -64,3 +64,3 @@ this.load(gd_sprest_bs_1.SPTypes.ControlMode.Edit, props.itemId);

this._onCreateViewForm = props.onCreateViewForm;
this._useModal = typeof (props.useModal) === "boolean" ? props.useModal : false;
typeof (props.useModal) === "boolean" ? this._useModal = props.useModal : false;
// Load the form

@@ -67,0 +67,0 @@ this.load(gd_sprest_bs_1.SPTypes.ControlMode.Display, props.itemId);

{
"name": "dattatable",
"version": "0.3.3",
"version": "0.3.4",
"description": "",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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