@nlv8/signun
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
967076