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

idea-toolbox

Package Overview
Dependencies
Maintainers
0
Versions
381
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 7.0.9 to 7.0.10

1

dist/src/appStatus.model.d.ts

@@ -31,2 +31,3 @@ import { markdown } from './markdown';

* The internal information about the status of an app's version.
* @deprecated prefer the new method via asset (vs via API).
*/

@@ -33,0 +34,0 @@ export interface InternalAppVersionStatus {

2

dist/src/resource.model.js

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

if (castFunction === Boolean)
return Boolean(origin);
return defaultVal === true ? origin !== false : Boolean(origin); // #25
else

@@ -111,0 +111,0 @@ return origin || origin === 0 || origin === false

{
"name": "idea-toolbox",
"version": "7.0.9",
"version": "7.0.10",
"description": "IDEA's utility functions",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

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