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

enonic-types

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-types - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

7

http.d.ts

@@ -47,3 +47,8 @@ export interface HttpLibrary {

*/
readonly multipart?: ReadonlyArray<object>;
readonly multipart?: ReadonlyArray<{
readonly name: string;
readonly value: string | ByteSource;
readonly fileName?: string;
readonly contentType?: string;
}>;
/** Settings for basic authentication. */

@@ -50,0 +55,0 @@ readonly auth?: HttpRequestParamsAuth;

10

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.1.26",
"version": "0.1.27",
"description": "TypeScript types for Enonic XP",

@@ -27,8 +27,8 @@ "typings": "index.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
}
}
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