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

myst-frontmatter

Package Overview
Dependencies
Maintainers
2
Versions
78
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 0.0.14 to 1.0.0

dist/frontmatter/index.d.ts

50

package.json
{
"name": "myst-frontmatter",
"version": "0.0.14",
"version": "1.0.0",
"sideEffects": false,

@@ -9,14 +9,8 @@ "license": "MIT",

"homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-frontmatter",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"publishConfig": {

@@ -31,10 +25,8 @@ "access": "public"

"clean": "rimraf dist",
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist/esm",
"build:cjs": "tsc --project ./tsconfig.json --module commonjs --outDir dist/cjs",
"declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --declarationMap --outDir dist/types",
"build": "npm-run-all -l clean -p build:cjs build:esm declarations",
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.js",
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.cjs",
"lint:format": "npx prettier --check \"src/**/*.ts\"",
"test": "jest",
"test:watch": "jest --watchAll"
"test": "vitest run",
"test:watch": "vitest watch",
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist --declaration",
"build": "npm-run-all -l clean -p build:esm"
},

@@ -45,24 +37,12 @@ "bugs": {

"dependencies": {
"credit-roles": "^1.0.0",
"doi-utils": "^1.0.9",
"orcid": "^0.0.5",
"simple-validators": "^0.0.3",
"spdx-correct": "^3.1.1"
"credit-roles": "^2.0.0",
"doi-utils": "^2.0.0",
"orcid": "^1.0.0",
"simple-validators": "^1.0.0",
"spdx-correct": "^3.2.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/spdx-correct": "^3.1.0",
"eslint": "^8.21.0",
"eslint-config-curvenote": "latest",
"jest": "28.1.3",
"jest-extended": "^3.0.1",
"jest-fixtures": "^0.6.0",
"jest-to-match-shape-of": "^1.3.2",
"moment": "^2.29.4",
"npm-run-all": "^4.1.5",
"prettier": "latest",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.7",
"typescript": "latest"
"moment": "^2.29.4"
}
}
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