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.5.0-next.1 to 0.5.0

CHANGELOG.md

10

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.5.0-next.1",
"version": "0.5.0",
"description": "TypeScript types for Enonic XP",

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"copyfiles": "^2.4.1",
"eslint": "^8.18.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"json-schema-to-typescript": "^11.0.0",
"json-schema-to-typescript": "^11.0.2",
"prettier": "^2.7.1",

@@ -38,0 +38,0 @@ "rimraf": "^3.0.2",

@@ -24,6 +24,14 @@ # TypeScript types for Enonic XP

"compilerOptions": {
"types": ["node", "enonic-types"]
}
"types": ["node", "enonic-types"],
"rootDirs": [
"./src/main/resources",
"./.xp-codegen"
],
},
"include": [
"./.xp-codegen/**/*",
"./src/main/resources/**/*"
],
"exclude": ["./build/*"]
}
```

@@ -42,3 +50,3 @@

```typescript
import { Article } from "../../site/content-types/article/article"; // 1
import { Article } from "../../site/content-types"; // 1
import * as contentLib from "/lib/xp/content"; // 2

@@ -45,0 +53,0 @@

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