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

idea-toolbox

Package Overview
Dependencies
Maintainers
2
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 6.2.14 to 6.3.0

dist/sentiment.enum.d.ts

4

dist/errorReport.model.d.ts

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

/**
* The language currently set.
*/
language: string;
/**
* The timestamp of creation (backend).

@@ -27,0 +23,0 @@ */

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

this.stage = this.clean(x.stage, String);
this.language = this.clean(x.language, String);
this.createdAt = this.clean(x.createdAt, t => new Date(t).toISOString());

@@ -18,0 +17,0 @@ this.expiresAt = this.clean(x.expiresAt, Number);

@@ -46,2 +46,3 @@ export * from './address.model';

export * from './resource.model';
export * from './sentiment.enum';
export * from './signature.model';

@@ -48,0 +49,0 @@ export * from './signedURL.model';

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

__exportStar(require("./resource.model"), exports);
__exportStar(require("./sentiment.enum"), exports);
__exportStar(require("./signature.model"), exports);

@@ -60,0 +61,0 @@ __exportStar(require("./signedURL.model"), exports);

{
"name": "idea-toolbox",
"version": "6.2.14",
"version": "6.3.0",
"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