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

bip68

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip68 - npm Package Compare versions

Comparing version

to
1.0.3

2

package.json
{
"name": "bip68",
"version": "1.0.2",
"version": "1.0.3",
"description": "Relative lock-time using consensus-enforced sequence numbers",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,9 @@ # bip68

bip68.encode({ blocks: 1 })
bip68.encode({ seconds: 102 })
// => TypeError: Expected Number seconds as a multiple of 512 (as per the BIP)
bip68.encode({ blocks: 54})
// => 0x00000036
bip68.encode({ blocks: 200 })
// => 0x000000c8

@@ -31,2 +37,2 @@

## LICENSE [MIT](LICENSE)
## LICENSE [ISC](LICENSE)