Socket
Socket
Sign inDemoInstall

mini-van-plate

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-van-plate - npm Package Compare versions

Comparing version 0.4.0-rc.2 to 0.4.0-rc.3

17

package.json
{
"name": "mini-van-plate",
"version": "0.4.0-rc.2",
"version": "0.4.0-rc.3",
"description": "A minimalist template engine for DOM generation and manipulation, working for both client-side and server-side rendering",

@@ -15,5 +15,14 @@ "files": [

"exports": {
".": "./src/mini-van.js",
"./van-plate": "./src/van-plate.js",
"./shared": "./src/shared.js"
".": {
"import": "./src/mini-van.js",
"types": "./src/mini-van.d.ts"
},
"./van-plate": {
"import": "./src/van-plate.js",
"types": "./src/van-plate.d.ts"
},
"./shared": {
"import": "./src/shared.js",
"types": "./src/shared.d.ts"
}
},

@@ -20,0 +29,0 @@ "type": "module",

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