@tryghost/zip 1.1.51 → 1.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -9,6 +9,10 @@ or
9
9
  `yarn add @tryghost/zip`
10
10
 
11
11
 
12
+ ## Purpose
13
+
14
+ Zip compression and extraction utilities with safety checks for symlinks and unsafe filenames.
15
+
12
16
  ## Usage
13
17
 
14
18
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/zip",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/TryGhost/framework.git",
@@ -11,7 +11,7 @@
11
11
  "main": "index.js",
12
12
  "scripts": {
13
13
  "dev": "echo \"Implement me!\"",
14
- "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
14
+ "test": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
15
15
  "lint": "eslint . --ext .js --cache",
16
16
  "posttest": "yarn lint"
17
17
  },
@@ -24,10 +24,9 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "c8": "10.1.3",
27
- "folder-hash": "4.0.4",
28
- "fs-extra": "11.2.0",
27
+ "folder-hash": "4.1.1",
28
+ "fs-extra": "11.3.3",
29
29
  "mocha": "11.7.5",
30
- "should": "13.2.3",
31
30
  "sinon": "21.0.1"
32
31
  },
33
32
  "dependencies": {