New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tempura

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tempura - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/index.min.js

5

package.json
{
"name": "tempura",
"version": "0.4.0",
"version": "0.4.1",
"repository": "lukeed/tempura",

@@ -30,2 +30,3 @@ "description": "A light, crispy, and delicious template engine",

".": {
"types": "./index.d.ts",
"import": "./dist/index.mjs",

@@ -35,2 +36,3 @@ "require": "./dist/index.js"

"./esbuild": {
"types": "./esbuild/index.d.ts",
"import": "./esbuild/index.mjs",

@@ -40,2 +42,3 @@ "require": "./esbuild/index.js"

"./rollup": {
"types": "./rollup/index.d.ts",
"import": "./rollup/index.mjs",

@@ -42,0 +45,0 @@ "require": "./rollup/index.js"

7

readme.md

@@ -12,4 +12,4 @@ <div align="center">

</a>
<a href="https://codecov.io/gh/lukeed/tempura">
<img src="https://badgen.now.sh/codecov/c/github/lukeed/tempura" alt="codecov" />
<a href="https://licenses.dev/npm/tempura">
<img src="https://licenses.dev/b/npm/tempura" alt="licenses" />
</a>

@@ -19,2 +19,5 @@ <a href="https://npmjs.org/package/tempura">

</a>
<a href="https://codecov.io/gh/lukeed/tempura">
<img src="https://badgen.now.sh/codecov/c/github/lukeed/tempura" alt="codecov" />
</a>
</div>

@@ -21,0 +24,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