Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

keynote-parser2

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

keynote-parser2 - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+29
-22
package.json
{
"name": "keynote-parser2",
"version": "0.6.0",
"version": "0.7.0",
"description": "A library for parsing Apple Keynote file",

@@ -11,2 +11,10 @@ "keywords": [

],
"homepage": "https://github.com/meteorlxy/keynote-parser#readme",
"bugs": {
"url": "git+https://github.com/meteorlxy/keynote-parser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteorlxy/keynote-parser.git"
},
"type": "commonjs",

@@ -45,5 +53,5 @@ "exports": {

"decompress": "^4.2.1",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.3",
"lodash.get": "^4.4.2",
"protobufjs": "^7.5.0",
"protobufjs": "^8.0.0",
"snappyjs": "^0.7.0",

@@ -53,27 +61,27 @@ "varint": "^6.0.0"

"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@meteorlxy/eslint-config": "^6.0.0",
"@meteorlxy/prettier-config": "^6.0.0",
"@meteorlxy/tsconfig": "^6.0.0",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@meteorlxy/eslint-config": "^6.12.0",
"@meteorlxy/prettier-config": "^6.10.0",
"@meteorlxy/tsconfig": "^6.8.5",
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash.get": "^4.4.9",
"@types/node": "^22.15.17",
"@types/node": "^25.2.2",
"@types/varint": "^6.0.3",
"@vitest/coverage-istanbul": "^3.1.3",
"bumpp": "^10.1.0",
"@vitest/coverage-istanbul": "^4.0.18",
"bumpp": "^10.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.26.0",
"eslint": "^9.39.2",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"lint-staged": "^16.2.7",
"long": "^5.3.2",
"prettier": "^3.5.3",
"protobufjs-cli": "^1.1.3",
"rimraf": "^6.0.1",
"sort-package-json": "^3.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.1.3"
"prettier": "^3.8.1",
"protobufjs-cli": "^2.0.0",
"rimraf": "^6.1.2",
"sort-package-json": "^3.6.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},

@@ -88,6 +96,5 @@ "scripts": {

"pb:ts": "pbts -o proto/proto.d.ts proto/proto.js",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release": "pnpm release:check && pnpm release:version",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:check": "pnpm clean && pnpm build && pnpm lint && pnpm test",
"release:publish": "pnpm publish",
"release:version": "bumpp -r --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all",

@@ -94,0 +101,0 @@ "test": "vitest run",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display