Socket
Socket
Sign inDemoInstall

pagecrypt

Package Overview
Dependencies
3
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

pagecrypt-6.0.1.tgz

6

CHANGELOG.md
# Changelog for `pagecrypt`
## 6.0.1 - 2022-12-31
### Fixes
- Cleanup README. No code changes.
## 6.0.0 - 2022-12-27

@@ -4,0 +10,0 @@

2

cli.js

@@ -116,3 +116,3 @@ #!/usr/bin/env node

var name = "pagecrypt";
var version = "6.0.0";
var version = "6.0.1";

@@ -119,0 +119,0 @@ // src/cli.ts

@@ -1,4 +0,1 @@

Copyright (c) 2015 Maximillian Laumeister
Copyright (c) 2021-2022 Samuel Plumppu
### GNU AFFERO GENERAL PUBLIC LICENSE

@@ -5,0 +2,0 @@

{
"name": "pagecrypt",
"version": "6.0.0",
"version": "6.0.1",
"description": "Easily add client-side password-protection to your Single Page Applications and HTML files.",

@@ -9,3 +9,3 @@ "main": "./index.js",

"test": "cd ./test && npm test && cd ..",
"test:build": "npm run build && cd dist && npm pack && cd ../test && npm i ../dist/pagecrypt-6.0.0.tgz && npm run test && cd ..",
"test:build": "npm run build && cd dist && npm pack && cd ../test && npm i ../dist/pagecrypt-*.tgz && npm run test && cd ..",
"test:verify": "cd test && npm run test:verify && cd ..",

@@ -12,0 +12,0 @@ "build": "npm run build:web && npm run build:lib",

@@ -103,5 +103,2 @@ # 🔐 PageCrypt - Password Protected Single Page Applications and HTML files

**TODO: Allow custom password iterations via the CLI too.**
**TODO: Add tests for custom iterations in all three environments, CLI, browser and JS.**
```

@@ -116,2 +113,3 @@ Description

-g, --generate-password Generate a random password with given length. Must be a number if used.
-i, --iterations The number of password iterations.
-v, --version Displays current version

@@ -124,2 +122,4 @@ -h, --help Displays this message

$ pagecrypt index.html encrypted.html -g 64
$ pagecrypt index.html encrypted.html password --iterations 3e6
$ pagecrypt index.html encrypted.html -g 64 --i 3e6
```

@@ -213,1 +213,10 @@

**Welcome to submit issues and pull requests!**
## License
[AGPL-3.0](./LICENSE.md)
Copyright (c) 2015 Maximillian Laumeister
Copyright (c) 2021-2023 Samuel Plumppu
This is a complete rewrite of the MIT-licensed [PageCrypt](https://github.com/MaxLaumeister/PageCrypt) created by Maximillian Laumeister.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc