Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cjfed/site

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cjfed/site - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@cjfed/site",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "site.config.js",

@@ -5,10 +5,3 @@ (function (global, factory) {

if (typeof module === 'object' && typeof module.exports === 'object') {
module.exports = global.document
? factory(global, true)
: function (w) {
if (!w.document) {
throw new Error('jQuery requires a window with a document');
}
return factory(w);
};
module.exports = factory(global, true);
} else {

@@ -20,3 +13,32 @@ factory(global);

})(typeof window !== 'undefined' ? window : this, function (window, noGlobal) {
var site = {}
var site = {
cjyun: {
name: 'CJYUN',
title: 'e采云平台',
short_title: '云平台'
},
cjtlis: {
name: 'CJTLIS',
title: 'e采学情系统',
short_title: '学情系统'
},
cjtlis_new: {
name: 'CJTLIS_NEW'
},
cjcms: {
name: 'CJCMS',
title: 'e采备课系统',
short_title: '备课系统'
},
cjhms: {
name: 'CJHMS',
title: 'e采课业系统',
short_title: '课业系统'
},
cjemb: {
name: 'CJEMB',
title: 'e采题库系统',
short_title: '题库系统'
}
}

@@ -23,0 +45,0 @@ if (!noGlobal) {

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