Socket
Socket
Sign inDemoInstall

pem

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pem - npm Package Compare versions

Comparing version 1.14.5 to 1.14.6

lib/convert.js

88

package.json

@@ -13,3 +13,3 @@ {

"description": "Create private keys and certificates with node.js and io.js",
"version": "1.14.5",
"version": "1.14.6",
"repository": {

@@ -19,16 +19,15 @@ "type": "git",

},
"main": "./dist/index.js",
"main": "lib/pem",
"files": [
"dist"
"lib/"
],
"type": "commonjs",
"scripts": {
"documentation": "yarn run docco && yarn run jsdoc",
"documentation": "npm run docco --silent && npm run jsdoc --silent",
"docco": "docco -l parallel -o docs/docco lib/helper.js lib/openssl.js lib/pem.js",
"jsdoc": "jsdoc -c jsdoc.json",
"build": "ncc build -m -s lib/pem.js -o dist",
"changelog": "auto-changelog -p --output HISTORY.md",
"coverage": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --recursive --bail --inline-diffs --reporter spec --check-leaks --use_strict $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')",
"changelog": "auto-changelog --output HISTORY.md",
"coverage": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')",
"semantic-release": "semantic-release",
"lint": "eslint --fix --config=./.eslintrc.js lib/*.js *.md *.json lib/*.js test/*.js test/*.spec.js",
"test": "yarn run lint && yarn run coverage"
"test": "npm run lint --silent && npm run coverage --silent"
},

@@ -46,5 +45,5 @@ "nyc": {

"dependencies": {
"es6-promisify": "^7.0.0",
"md5": "^2.3.0",
"os-tmpdir": "^1.0.2",
"es6-promisify": "^6.0.0",
"md5": "^2.2.1",
"os-tmpdir": "^1.0.1",
"which": "^2.0.2"

@@ -54,27 +53,58 @@ },

"@deineagenturug/docdash": "^0.4.2",
"@types/chai": "^4.3.0",
"@types/dirty-chai": "^2.0.2",
"@vercel/ncc": "^0.33.1",
"auto-changelog": "^2.3.0",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^8.0.0",
"@semantic-release/github": "^6.0.2",
"@semantic-release/npm": "^6.0.0",
"ajv": "^6.11.0",
"auto-changelog": "^1.16.2",
"chai": "^4.1.2",
"cross-env": "^7.0.0",
"dirty-chai": "^2.0.1",
"docco": "^0.9.1",
"eslint": "^8.7.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-eslint-plugin": "^4.1.0",
"docco": "^0.8.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.0.0",
"jsdoc": "^3.6.7",
"marked": "^4.0.10",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jsdoc": "^3.5.5",
"marked": "^0.8.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0"
"nyc": "^15.0.0",
"semantic-release": "^16.0.3",
"travis-deploy-once": "^5.0.10"
},
"engines": {
"node": ">=14.0.0"
"node": ">=6.0.0"
},
"release": {
"debug": false,
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": [
"CHANGELOG.md",
"HISTORY.md",
"package.json",
"package-lock.json",
"npm-shrinkwrap.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"publish": [
"@semantic-release/npm",
"@semantic-release/github"
]
}
}

@@ -6,4 +6,5 @@ pem

[![Build Status](https://secure.travis-ci.org/Dexus/pem.png)](http://travis-ci.org/Dexus/pem) [![npm version](https://badge.fury.io/js/pem.svg)](http://badge.fury.io/js/pem) [![npm downloads](https://img.shields.io/npm/dt/pem.svg)](https://www.npmjs.com/package/pem) [![pem documentation](https://img.shields.io/badge/pem-documentation-0099ff.svg?style=flat)](https://dexus.github.io/pem/jsdoc/)
[![Build Status](https://secure.travis-ci.org/Dexus/pem.png)](http://travis-ci.org/Dexus/pem) [![npm version](https://badge.fury.io/js/pem.svg)](http://badge.fury.io/js/pem) [![npm downloads](https://img.shields.io/npm/dt/pem.svg)](https://www.npmjs.com/package/pem) [![pem documentation](https://img.shields.io/badge/pem-documentation-0099ff.svg?style=flat)](https://dexus.github.io/pem/jsdoc/) [![Greenkeeper badge](https://badges.greenkeeper.io/Dexus/pem.svg)](https://greenkeeper.io/)
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

@@ -30,3 +31,3 @@

}
https.createServer({ key: keys.clientKey, cert: keys.certificate }, function (req, res) {
https.createServer({ key: keys.serviceKey, cert: keys.certificate }, function (req, res) {
res.end('o hai!')

@@ -53,3 +54,3 @@ }).listen(443)

https.createServer({ key: keys.clientKey, cert: keys.certificate }, app).listen(443)
https.createServer({ key: keys.serviceKey, cert: keys.certificate }, app).listen(443)
})

@@ -328,3 +329,3 @@ ```

### Special thanks to
### Specialthanks to

@@ -331,0 +332,0 @@ - Andris Reinman (@andris9) - Initiator of pem

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