@a_kawashiro/jendeley
Advanced tools
Comparing version 1.0.8 to 1.0.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JENDELEY_DIR = exports.JENDELEY_VERSION = exports.ARXIV_API_URL = exports.ID_TYPE_URL = exports.ID_TYPE_META = exports.ID_TYPE_BOOK = exports.ID_TYPE_PATH = exports.ID_TYPE_ISBN = exports.ID_TYPE_DOI = exports.ID_TYPE_ARXIV = exports.ENTRY_DATA_FROM_ARXIV = exports.ENTRY_COMMENTS = exports.ENTRY_TAGS = exports.ENTRY_URL = exports.ENTRY_PATH = exports.ENTRY_ID_TYPE = exports.DB_META_KEY = exports.JENDELEY_NO_ID = exports.JENDELEY_NO_TRACK = void 0; | ||
const JENDELEY_VERSION = "1.0.8"; | ||
const JENDELEY_VERSION = "1.0.9"; | ||
exports.JENDELEY_VERSION = JENDELEY_VERSION; | ||
@@ -6,0 +6,0 @@ const JENDELEY_NO_TRACK = "[jendeley no track]"; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -41,12 +41,12 @@ "main": "index.js", | ||
"@types/cors": "^2.8.13", | ||
"@types/express": "^4.17.15", | ||
"@types/jest": "^29.2.3", | ||
"@types/node": "^18.11.9", | ||
"@types/express": "^4.17.17", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.13.0", | ||
"@types/pdf-parse": "^1.1.1", | ||
"jest": "^29.3.1", | ||
"prettier": "2.8.0", | ||
"jest": "^29.4.2", | ||
"prettier": "2.8.4", | ||
"source-map-support": "^0.5.21", | ||
"ts-jest": "^29.0.3", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -57,16 +57,16 @@ "dependencies": { | ||
"cheerio": "^1.0.0-rc.12", | ||
"commander": "^9.4.1", | ||
"commander": "^10.0.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.18.2", | ||
"fast-xml-parser": "^4.0.12", | ||
"fast-xml-parser": "^4.1.1", | ||
"got": "^12.5.3", | ||
"node-isbn": "^1.6.1", | ||
"open": "^8.4.0", | ||
"open": "^8.4.1", | ||
"pdf-parse": "^1.1.1", | ||
"pdf.js-extract": "^0.2.1", | ||
"pino": "^8.7.0", | ||
"pino-pretty": "^9.1.1", | ||
"sanitize-html": "^2.7.3", | ||
"pino": "^8.10.0", | ||
"pino-pretty": "^9.2.0", | ||
"sanitize-html": "^2.9.0", | ||
"xml2js": "^0.4.23" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4577415
54
5933
12
+ Addedcommander@10.0.1(transitive)
- Removedcommander@9.5.0(transitive)
Updatedcommander@^10.0.0
Updatedfast-xml-parser@^4.1.1
Updatedopen@^8.4.1
Updatedpino@^8.10.0
Updatedpino-pretty@^9.2.0
Updatedsanitize-html@^2.9.0