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

@semantic-ui/templating

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/templating - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

12

package.json

@@ -8,9 +8,9 @@ {

"dependencies": {
"@semantic-ui/component": "^0.0.21",
"@semantic-ui/query": "^0.0.21",
"@semantic-ui/reactivity": "^0.0.21",
"@semantic-ui/templating": "^0.0.21",
"@semantic-ui/utils": "^0.0.21"
"@semantic-ui/component": "^0.0.22",
"@semantic-ui/query": "^0.0.22",
"@semantic-ui/reactivity": "^0.0.22",
"@semantic-ui/templating": "^0.0.22",
"@semantic-ui/utils": "^0.0.22"
},
"version": "0.0.21"
"version": "0.0.22"
}

@@ -7,3 +7,3 @@ import { Reaction } from '@semantic-ui/reactivity';

arrayFromObject,
formatDate,
formatDateLocal,
each,

@@ -113,10 +113,10 @@ escapeHTML,

},
formatDate(date = new Date(), format = 'L') {
return formatDate(date, format);
formatDate(date = new Date(), format = 'L', options) {
return formatDateLocal(date, format, options);
},
formatDateTime(date = new Date(), format = 'LLL') {
return formatDate(date, format);
formatDateTime(date = new Date(), format = 'LLL', options) {
return formatDateLocal(date, format, options);
},
formatDateTimeSeconds(date = new Date(), format = 'LTS') {
return formatDate(date, format);
formatDateTimeSeconds(date = new Date(), format = 'LTS', options) {
return formatDateLocal(date, format, options);
},

@@ -123,0 +123,0 @@ object({ obj }) {

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