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

cfp-app

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfp-app - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "cfp-app",
"version": "1.1.3",
"version": "1.1.4",
"main": "deploy.mjs",

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

@@ -7,4 +7,7 @@ import { createFluentVue } from 'fluent-vue';

const dates = `
date-approx = { DATETIME($date, year: \"numeric\", month: \"long\") }
date-precise = { DATETIME($date, year: \"numeric\", month: \"long\", day: \"numeric\") }
`;
export const bundles = {};

@@ -21,2 +24,5 @@ export const defaultLocale = urlLocale() ?? Configuration['default_locale'];

// Built-in date resource
b.addResource(new FluentResource(dates))
const resources = ['cfp-form.ftl', 'events.ftl', 'languages.ftl'];

@@ -23,0 +29,0 @@ for (const res of resources) {

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