Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nlv8/signun

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlv8/signun - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"name": "@nlv8/signun",
"version": "1.2.0",
"version": "1.2.1",
"description": "N-API Crypto bindings.",

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

"type": "git",
"url": "git+https://github.com/battila7/signun.git"
"url": "git+https://github.com/nlv8/signun.git"
},

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

"bugs": {
"url": "https://github.com/battila7/signun/issues"
"url": "https://github.com/nlv8/signun/issues"
},
"homepage": "https://github.com/battila7/signun#readme",
"homepage": "https://github.com/nlv8/signun#readme",
"devDependencies": {

@@ -29,0 +29,0 @@ "node-gyp": "^4.0.0"

# signun
[![NPM version](https://img.shields.io/npm/v/signun.svg)](https://www.npmjs.com/package/signun)
[![Build Status](https://dev.azure.com/battila7/signun/_apis/build/status/battila7.signun?branchName=master)](https://dev.azure.com/battila7/signun/_build/latest?definitionId=1&branchName=master)
[![License](https://img.shields.io/github/license/battila7/signun.svg)](LICENSE)
[![NPM version](https://img.shields.io/npm/v/@nlv8/signun.svg)](https://www.npmjs.com/package/@nlv8/signun)
[![Build Status](https://dev.azure.com/nlv8/signun/_apis/build/status/nlv8.signun?branchName=master)](https://dev.azure.com/nlv8/signun/_build/latest?definitionId=1&branchName=master)
[![License](https://img.shields.io/github/license/nlv8/signun.svg)](LICENSE)

@@ -21,7 +21,7 @@ signun provides sync and async [N-API](https://nodejs.org/api/n-api.html#n_api_n_api) bindings to the following crypto libraries:

~~~~
npm i signun --save
npm i @nlv8/signun --save
~~~~
~~~~
yarn add signun
yarn add @nlv8/signun
~~~~

@@ -39,3 +39,3 @@

const { randomBytes } = require('crypto');
const { secp256k1 } = require('signun');
const { secp256k1 } = require('@nlv8/signun');

@@ -71,3 +71,3 @@

const { randomBytes } = require('crypto');
const { secp256k1 } = require('signun');
const { secp256k1 } = require('@nlv8/signun');

@@ -74,0 +74,0 @@

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