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

idea-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-toolbox - npm Package Compare versions

Comparing version 6.2.11 to 6.2.12

5

dist/user.model.d.ts

@@ -26,7 +26,2 @@ import { Resource } from './resource.model';

/**
* Whether the user is a robot (e.g. used for data-exchange purposes) or a physical (real) user.
* Note: robot users can't sign-into the apps front-end.
*/
isRobot?: boolean;
/**
* @deprecated

@@ -33,0 +28,0 @@ */

4

dist/user.model.js

@@ -19,4 +19,2 @@ "use strict";

this.createdAt = this.clean(x.createdAt, d => new Date(d).getTime(), Date.now());
if (x.isRobot)
this.isRobot = true;
// @todo kept for retrocompatibility before `IDEA Ionic Extra v5.15.x` #22

@@ -32,4 +30,2 @@ // --> when all the projects are advanced to that version, you can remove this attribute

this.createdAt = safeData.createdAt;
if (safeData.isRobot)
this.isRobot = true;
// @todo kept for retrocompatibility before `IDEA Ionic Extra v5.15.x` #22

@@ -36,0 +32,0 @@ // --> when all the projects are advanced to that version, you can remove this attribute

2

package.json
{
"name": "idea-toolbox",
"version": "6.2.11",
"version": "6.2.12",
"description": "IDEA's utility functions",

@@ -5,0 +5,0 @@ "engines": {

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