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
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 7.0.7 to 7.0.8

1

dist/src/customBlockMeta.model.d.ts

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

* Load the values of the specified sections.
* @param sections the sections target of the load action
* @param newSections the values to set in the sections

@@ -30,0 +29,0 @@ */

@@ -28,3 +28,2 @@ "use strict";

* Load the values of the specified sections.
* @param sections the sections target of the load action
* @param newSections the values to set in the sections

@@ -31,0 +30,0 @@ */

3

dist/src/customFieldMeta.model.d.ts

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

* Set a default value for the field, based on its type.
* @param field the field to check
* @return the determinated default value, based on the type

@@ -73,3 +72,3 @@ */

* Load a value based on the field configuration.
* @param field the value to load
* @param newField the value to load
*/

@@ -76,0 +75,0 @@ loadField(newField: any): any;

@@ -62,3 +62,2 @@ "use strict";

* Set a default value for the field, based on its type.
* @param field the field to check
* @return the determinated default value, based on the type

@@ -87,3 +86,3 @@ */

* Load a value based on the field configuration.
* @param field the value to load
* @param newField the value to load
*/

@@ -90,0 +89,0 @@ loadField(newField) {

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

* Load the values of the specified fields.
* @param fields the fields target of the load action
* @param newFields the values to set in the fields

@@ -58,0 +57,0 @@ */

@@ -41,3 +41,2 @@ "use strict";

* Load the values of the specified fields.
* @param fields the fields target of the load action
* @param newFields the values to set in the fields

@@ -44,0 +43,0 @@ */

{
"name": "idea-toolbox",
"version": "7.0.7",
"version": "7.0.8",
"description": "IDEA's utility functions",

@@ -30,15 +30,15 @@ "license": "MPL-2.0",

"dependencies": {
"marked": "^11.1.1",
"validator": "^13.11.0"
"marked": "^13.0.2",
"validator": "^13.12.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.4",
"@types/validator": "^13.11.8",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.46.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.11",
"@types/validator": "^13.12.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.2"
}
}
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