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

myst-frontmatter

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-frontmatter - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

44

dist/licenses/licenses.js

@@ -108,2 +108,5 @@ // This file can be updated by:

},
'any-OSI-perl-modules': {
name: 'Any OSI License - Perl Modules',
},
'Apache-1.0': {

@@ -214,2 +217,5 @@ name: 'Apache License 1.0',

},
'Boehm-GC-without-fee': {
name: 'Boehm-Demers-Weiser GC License (without fee)',
},
Borceux: {

@@ -577,2 +583,10 @@ name: 'Borceux license',

},
'CC-PDM-1.0': {
name: 'Creative Commons Public Domain Mark 1.0 Universal',
CC: true,
},
'CC-SA-1.0': {
name: 'Creative Commons Share Alike 1.0 Generic',
CC: true,
},
'CC0-1.0': {

@@ -750,2 +764,5 @@ name: 'Creative Commons Zero v1.0 Universal',

},
'DocBook-Stylesheet': {
name: 'DocBook Stylesheet License',
},
'DocBook-XML': {

@@ -895,2 +912,5 @@ name: 'DocBook XML License',

},
'generic-xts': {
name: 'Generic XTS License',
},
'GFDL-1.1-invariants-only': {

@@ -1142,2 +1162,5 @@ name: 'GNU Free Documentation License v1.1 only - invariants',

},
InnoSetup: {
name: 'Inno Setup License',
},
Intel: {

@@ -1357,2 +1380,5 @@ name: 'Intel Open Source License',

},
MIPS: {
name: 'MIPS License',
},
MirOS: {

@@ -1374,2 +1400,5 @@ name: 'The MirOS Licence',

},
'MIT-Click': {
name: 'MIT Click License',
},
'MIT-CMU': {

@@ -1876,2 +1905,5 @@ name: 'CMU License',

},
'Sendmail-Open-Source-1.1': {
name: 'Sendmail Open Source License v1.1',
},
'SGI-B-1.0': {

@@ -1919,2 +1951,5 @@ name: 'SGI Free Software License B v1.0',

},
'SMAIL-GPL': {
name: 'SMAIL General Public License',
},
SMLNJ: {

@@ -2004,2 +2039,5 @@ name: 'Standard ML of New Jersey License',

},
ThirdEye: {
name: 'ThirdEye License',
},
threeparttable: {

@@ -2023,2 +2061,5 @@ name: 'threeparttable License',

},
TrustedQSL: {
name: 'TrustedQSL License',
},
TTWL: {

@@ -2122,2 +2163,5 @@ name: 'Text-Tabs+Wrap License',

},
wwl: {
name: 'WWL License',
},
X11: {

@@ -2124,0 +2168,0 @@ name: 'X11 License',

5

dist/licenses/validators.js

@@ -17,3 +17,3 @@ import { validationWarning, defined, incrementOptions, validateObjectKeys, validateString, validateUrl, validateBoolean, } from 'simple-validators';

if (cc) {
const match = /^([CBYSAND0ZEROPD-]+)(?:(?:-)([0-9].[0-9]))?(?:(?:-)([A-Z]{2,3}))?$/.exec(id);
const match = /^([CBYSAND0ZEROPDM-]+)(?:(?:-)([0-9].[0-9]))?(?:(?:-)([A-Z]{2,3}))?$/.exec(id);
if (!match) {

@@ -53,2 +53,5 @@ throw new Error('Creative Commons license not found');

break;
case 'CC-PDM':
link = '/publicdomain/mark/1.0/';
break;
default:

@@ -55,0 +58,0 @@ break;

2

package.json
{
"name": "myst-frontmatter",
"version": "1.7.5",
"version": "1.7.6",
"sideEffects": false,

@@ -5,0 +5,0 @@ "license": "MIT",

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