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

jyt

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jyt - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

6

lib/jyt.runtime.js

@@ -13,5 +13,5 @@ /**

'input', 'ins', 'kbd', 'label', 'legend', 'li', 'link', 'map', 'meta', 'noscript',
'object', 'ol', 'optgroup', 'option', 'p', 'param', 'pre', 'q', 'samp', 'script',
'object', 'ol', 'optgroup', 'option', 'p', 'param', 'pre', 'q', 's', 'samp', 'script',
'select', 'small', 'span', 'strong', 'style', 'sub', 'sup', 'table', 'tbody',
'td', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'tt', 'ul'];
'td', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'tt', 'u', 'ul'];
var selfClosing = ['area', 'base', 'basefont', 'br', 'col', 'frame', 'hr',

@@ -185,3 +185,3 @@ 'img', 'input', 'link', 'meta', 'param'];

*/
var naked = function naked(elements, text) {
naked = function naked(elements, text) {
return elem('', elements, text);

@@ -188,0 +188,0 @@ };

{
"name": "jyt",
"version": "0.1.10",
"version": "0.1.11",
"description": "JavaScript Your Templates",

@@ -5,0 +5,0 @@ "main": "lib/jyt.js",

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