New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.8 to 0.4.9

3

cristin.d.ts

@@ -64,3 +64,4 @@ declare module "*/lib/cristin" {

BINARY_REFERENCE_PICTURE: "picture";
LANG_PARAMS_DEFAULT: "en,nb";
DEFAULT_PARAMS_LANG: "en,nb";
DEFAULT_PARAMS_PER_PAGE: "10000";
}

@@ -67,0 +68,0 @@ }

{
"name": "enonic-types",
"sideEffects": false,
"version": "0.4.8",
"version": "0.4.9",
"description": "TypeScript types for Enonic XP",

@@ -6,0 +6,0 @@ "typings": "index.d.ts",

@@ -15,1 +15,4 @@ export declare type EmptyObject = Record<string, never>;

}, SELECTED extends string> = SELECTED extends keyof PickSelected<OPTION_SET, SELECTED> ? PickSelected<OPTION_SET, SELECTED>[SELECTED] : never;
export declare type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
[Property in Key]-?: Type[Property];
};
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