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

san-html-cases

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

san-html-cases - npm Package Compare versions

Comparing version 3.10.27 to 3.10.28

2

package.json
{
"name": "san-html-cases",
"version": "3.10.27",
"version": "3.10.28",
"description": "本仓库维护 San 在不同的使用场景下正确的 HTML 是什么。即 [san-ssr][san-ssr] 应当产出怎样的 HTML,以及 [san 核心][san] 正确反解依赖怎样的 HTML。因此本仓库就是 San HTML 的规范,并由 san 和 san-ssr 两个仓库的 e2e 测试来确保有效。",

@@ -5,0 +5,0 @@ "scripts": {

@@ -5,3 +5,3 @@ // computed data

var MyComponent = san.defineComponent({
inited () {
inited: function () {
this.data.set('title', '2');

@@ -8,0 +8,0 @@ },

@@ -9,9 +9,9 @@ const san = require('san')

components: { container: Container },
template: '<div>'
+ '<container>'
+ '<fragment s-for="item in lists">'
+ '<b s-if="item === 1">{{item}}</b>'
+ '<b s-if="item === 2">{{item}}</b>'
+ '</fragment>'
+ '</container>'
template:'<div>'
+ ' <container>'
+ ' <fragment s-for="item in lists">'
+ ' <b s-if="item === 1">{{item}}</b>'
+ ' <b s-if="item === 2">{{item}}</b>'
+ ' </fragment>'
+ ' </container>'
+ '</div>',

@@ -18,0 +18,0 @@ initData: function() {

Sorry, the diff of this file is not supported yet

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