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

11ty.ts

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

11ty.ts - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

2

dist/index.d.ts

@@ -1048,2 +1048,2 @@ /// <reference types="node" />

export { type EleventyConfig, defineConfig as default, defineConfig };
export { type EleventyConfig, type EleventyPage, type EleventyScope, defineConfig as default, defineConfig };
{
"name": "11ty.ts",
"version": "0.0.3",
"version": "0.0.5",
"license": "Apache-2.0",

@@ -24,3 +24,3 @@ "description": "An Eleventy wrapper for type supported configuration.",

"url": "https://github.com/panoply/e11ty.git",
"directory": "plugins/11ty.ts"
"directory": "packages/11ty.ts"
},

@@ -40,8 +40,8 @@ "bugs": {

"import": {
"default": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}

@@ -48,0 +48,0 @@ },

# 11ty.ts (Type Support)
An type supported [Eleventy](https://www.11ty.dev/) `defineConfig` wrapper. This module can be dropped in to your `.eleventy.js` configuration file and provided type support to the entire 11ty API, with JSDoc annotated descriptions and documentation linked references.
Type support for [Eleventy](https://www.11ty.dev/) using `defineConfig` wrapper. This module can be dropped in to your `.eleventy.js` configuration file and will provide type support to the entire 11ty API, with JSDoc annotated descriptions and documentation linked references.

@@ -24,4 +24,2 @@ ### Why?

> The `@11ty/eleventy` module is a peer. You need to install it.
# Usage

@@ -28,0 +26,0 @@

Sorry, the diff of this file is not supported yet

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