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

eta

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eta - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

dist/eta.module.mjs

18

package.json
{
"name": "eta",
"version": "1.14.0",
"version": "1.14.1",
"description": "Lightweight, fast, and powerful embedded JS template engine",

@@ -16,17 +16,15 @@ "keywords": [

"homepage": "https://eta.js.org",
"type": "module",
"type": "commonjs",
"main": "./dist/eta.umd.js",
"module": "./dist/eta.module.js",
"umd:main": "./dist/eta.umd.js",
"unpkg": "./dist/browser.min.umd.js",
"module": "./dist/eta.module.mjs",
"types": "./dist/types/eta.d.ts",
"source": "src/index.ts",
"exports": {
".": {
"types": "./dist/types/eta.d.ts",
"browser": "./dist/browser.min.umd.js",
"require": "./dist/eta.umd.js",
"import": "./dist/eta.module.js",
"default": "./dist/eta.umd.js"
}
"types": "./dist/types/eta.d.ts",
"browser": "./dist/browser.min.umd.js",
"require": "./dist/eta.umd.js",
"import": "./dist/eta.module.mjs",
"default": "./dist/eta.umd.js"
},

@@ -33,0 +31,0 @@ "sideEffects": false,

@@ -15,3 +15,3 @@ <p align="center">

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[logo]: https://img.shields.io/badge/all_contributors-9-orange.svg 'Number of contributors on All-Contributors'
[logo]: https://img.shields.io/badge/all_contributors-10-orange.svg 'Number of contributors on All-Contributors'
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -285,2 +285,3 @@

<td align="center" valign="top" width="14.28%"><a href="https://github.com/nhaef"><img src="https://avatars.githubusercontent.com/u/16443053?v=4?s=100" width="100px;" alt="nhaef"/><br /><sub><b>nhaef</b></sub></a><br /><a href="https://github.com/eta-dev/eta/commits?author=nhaef" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://heyhey.to/Gün"><img src="https://avatars.githubusercontent.com/u/74139498?v=4?s=100" width="100px;" alt="Gün"/><br /><sub><b>Gün</b></sub></a><br /><a href="https://github.com/eta-dev/eta/commits?author=gurgunday" title="Code">💻</a></td>
</tr>

@@ -287,0 +288,0 @@ </tbody>

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