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.4.10 to 0.4.11

4

grid.d.ts

@@ -40,3 +40,3 @@ declare module "*/lib/xp/grid" {

*/
value: Map[Key];
value: Map[Key] | null;
/**

@@ -58,3 +58,3 @@ * Maximum time to live in seconds for this entry to stay in the map. (0 means infinite, negative means map config

*/
func: (value: Map[Key]) => Map[Key];
func: (value: Map[Key] | null) => Map[Key] | null;
/**

@@ -61,0 +61,0 @@ * Maximum time to live in seconds for this entry to stay in the map.

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"copyfiles": "^2.4.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.1.0",
"json-schema-to-typescript": "^10.1.5",

@@ -37,0 +37,0 @@ "prettier": "^2.7.1",

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