New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kbpgp

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kbpgp - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

11

CHANGELOG.md

@@ -0,1 +1,8 @@

## 2.0.3 (2015-02-05)
Bugfix:
- `can_Sign()` is a misleading name, better to have `can_verify()`, which says
whether or not this key is a sign/verify keypair, and makes no indications about
whether it has a privkey or not.
## 2.0.2 (2015-01-29)

@@ -5,3 +12,3 @@

- Fix error condition in kb.SignatureEngine.unbox
in which we didn't handle a wrong public key properly
in which we didn't handle a wrong public key properly

@@ -33,3 +40,3 @@ ## 2.0.1 (2014-12-22)

- Slight hack for "streaming data" in which it doesn't make
sense to have a literal. So have an empty placeholder
sense to have a literal. So have an empty placeholder
literal instead

@@ -36,0 +43,0 @@

2

lib/keybase/hilev.js

@@ -107,3 +107,3 @@ // Generated by IcedCoffeeScript 1.7.1-c

KeyManager.prototype.can_sign = function() {
KeyManager.prototype.can_verify = function() {
return true;

@@ -110,0 +110,0 @@ };

@@ -54,3 +54,3 @@ // Generated by IcedCoffeeScript 1.7.1-c

KeyManagerInterface.prototype.can_sign = function() {
KeyManagerInterface.prototype.can_verify = function() {
return false;

@@ -57,0 +57,0 @@ };

@@ -10,3 +10,3 @@ {

"author": "Maxwell Krohn",
"version": "2.0.2",
"version": "2.0.3",
"license": "BSD-3-Clause",

@@ -13,0 +13,0 @@ "main": "./lib/main.js",

@@ -6,9 +6,9 @@ ##### Signed by https://keybase.io/max

iQEcBAABCgAGBQJUytW1AAoJEJgKPw0B/gTfATgH/Ri3mAHuXFXj27Q0FiZDEVi0
5CN15qgDR25CUx9sRzJkeRAQuR+YTAR43F9B23Bk4bKMd8YwUGdNY6Qaf+jbX/px
n5H3zU5/WT954wRnCtQAFXg5TalLsfc41b45Qw5I5ZN9vodmfEa8h0L+1bcowB/6
QXk7kjnAYgbqhKLpQ80xPeRbGMt4Q8NNTUMPm6xdr6Gq8v4moJFiOvbKwlYcBjFB
Lv13Uy6nIE859LFS6L8IAYm1cTudxtYmSVXp8+/0daxL3j+1Vkp+ngmEWmCwm/Jx
RLuNcrjW8eIZzweBJ4ybUfsKxo8SuHkE7B61MZoKGMn/mwRSNgHCcFCWle9+flk=
=JaVr
iQEcBAABCgAGBQJU09CwAAoJEJgKPw0B/gTfL4EIAJSJIZ4BXmte8XHlnqDk1702
/K+MiEqGcJoowY+MkohXYmooBonXHy3LbpsXATpEsnowzArGntXa4qh2N15m57uM
w3dWVTaR52iMh8hhKR5ePpC/FoEaesO6fJGNAW80Xxxe5u9zAYnpbf2h2cwFgzm0
PUXLBubMOug95dnnzVpkVbdC2H9suKEwVglCzz0ci2toAJjs2z0S0kl5pnWNLDWi
gDXw/Wt7fvXIG7wJdH3Evwjg4Qg567N59iwkiZZINYFMy1wfhT3jtZFbk4djskZz
AlHEEfwAiNOd4Pfb4oZN9/MHRBVMBzLnKXqOZS99rxKFYw9uBoLjE8pAkGrN/uk=
=mfp2
-----END PGP SIGNATURE-----

@@ -29,3 +29,3 @@

31 .npmignore 18894d4475fffb5e284a7bdfb00a9633ffdd660396a780b7fc5e14f013f95783
12920 CHANGELOG.md d288b4c1d8573b9d2dfe4703fe36032ae7923b6c11176a987e12a36557fec28e
13155 CHANGELOG.md 818fd0f713b97c57af406c75b119aa00c0d6dc90f1715a77c726b07578a2a83a
1483 LICENSE 333be7050513d91d9e77ca9acb4a91261721f0050209636076ed58676bfc643d

@@ -77,3 +77,3 @@ 3185 Makefile 7e580bca68bb4ee81cfe481936917ab0a1a728dac1a6950a9877ed799ca3863b

1940 encode.js ae57af73c6296f99601cfbe300679ea95d5691b7f26133ca9750c8cc699b3521
16369 hilev.js ca21b4c9845768fb9114d6b5850a5fbe003b199fe054b549d7a34e246d42bfd1
16371 hilev.js 6df348a0a67999d47ed741351c4ceca01683af7746f0743556cf8b7635c37e64
packet/

@@ -89,3 +89,3 @@ 985 alloc.js 0f188c8f6d7f1b84da57ef3f089b33e16477bc35e70369a5fc028e6a62b48fdf

2143 keywrapper.js bb6ebea4634e6a7ea8f476881cf59b915b7d014cf147dfbc3a8972586d1e36c4
2261 kmi.js f3b2c06f0eb0fe9134c2ad42910f8d9cf988d029b2162292d07f736bf41a9695
2263 kmi.js 91d9d28d816514e68a3d0a643f5f0aa5f43de30c50bb22244e1c22bc44a53ee5
3202 lock.js db180cdaf7f8c49696ce3f6da252f6c116249e82a4f286b9c0298a3b79802e78

@@ -107,3 +107,3 @@ 1030 main.js ceb2d09d550632e7ae9c9266e3cbcf51424c3292de139677f736b70fa5b13270

308 hilev.js 77d34764f00cd689c93320b021a4f833c5cdc1dbc01890258d1e77aec809f2de
66931 keymanager.js ab5655ad7645e4a07927aede3b5be0599a3c34b6d7d1ef9bf642aafc9c850d61
67073 keymanager.js a831ae815bad55b2c2f16e3382b469723b1321e2017f00258c3016b64c9bc296
15859 ocfb.js 48059a052b678e815d48e47fd863fec8606b4d5606970899ceec577b0b311884

@@ -138,3 +138,3 @@ packet/

335 util.js 3e59cf27751705fc5584f3d52e4e81b16cce2a329fba98150c6a630c354e37cc
1032 package.json f0756974faf7169d3205aa88beebacda7b2dab246f9485fe3d50a4f545e5543e
1032 package.json f1439cf689849e9a2da2a5d1b7ef7acad8174e07e66067c3427f6db98a4dd5cb
ref/

@@ -175,3 +175,3 @@ 239671 nist-curves.pdf f42d43be9a49de789ca6dd2539258825187628e391fe0c225a1e5af4bf32e107|0d73b0ee488e91d581c3ae326ef7ef0ea3ec833c88adc521face3a51cf3a40c8

1582 encode.iced f6099f4b0d0a818851cfa9f3fb812b1f621d183090d844bd51aea4467e2c9c85
5497 hilev.iced d53ac1bbc5a2ed93f1da6052c4581f662bb4f2d251d043ee8ad4720caeec3885
5498 hilev.iced 2186fbedc20bf5f4de3964c9b25ee7ea5b103011deca47cd820d4741207b50af
packet/

@@ -188,3 +188,3 @@ 490 alloc.iced 8a44f27f6309cfe62c697f18d38e995f508414ab7ccbfd817c2682f29524b6f7

1448 keywrapper.iced a183f52ec876209171edca3576ec3c912288bd7c57ad080c8203af2664e0f31c
1772 kmi.iced 8031f6977f4aaa642c40a6cdf10f30a82700c7972d837c5f40c5b07926a82d99
1847 kmi.iced 1ace38a9a4fdb503439f4e95fd68918cca1a5392a56d4eae0678694d30e713dc
1943 lock.iced 69ffa5d4715acb25f06cbf4853dc50aa4124a3be00db6677321a9cecf715d37f

@@ -206,3 +206,3 @@ 952 main.iced 91cfe36148e8cc67ef3312b71b05ec5caddd0e57786c3917df0e7f989abbbf2e

225 hilev.iced 47028b0600e1c25f374b337059eb13d3aaf790cd23e1000b2c1d3c4f0e7fa5e7
24797 keymanager.iced c2a2cdcf71077814e2df0e2d25c7815637484df48b78ee930a2b5aa30bb2592f
24882 keymanager.iced a24067559761246056ef7dc433503e305dc0eea60a9b99e6e9050d530e39ff76
9418 ocfb.iced 907951ce199b0e59b0e4d21b503f910aaa3a1c9bc57994d3437f333e3be902fb

@@ -209,0 +209,0 @@ packet/

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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