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

base64url-universal

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base64url-universal - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md
# base64url-universal ChangeLog
## 1.0.1 - 2019-07-03
### Changed
- Fix package description.
- Fix engine version specifier.
## 1.0.0 - 2019-02-19
- See git history.

34

package.json
{
"name": "base64url-universal",
"version": "1.0.0",
"description": "A library for managing cryptographic keys using Linked Data.",
"version": "1.0.1",
"description": "Encode/decode \"Base64url Encoding\" format of JSON Web Signature (JWS) RFC7517.",
"homepage": "https://github.com/digitalbazaar/base64url-universal",

@@ -28,16 +28,16 @@ "author": {

"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"chai-bytes": "^0.1.2",
"core-js": "^2.6.3",
"core-js": "^3.1.4",
"cross-env": "^5.1.3",
"eslint": "^5.14.1",
"eslint-config-digitalbazaar": "^1.5.0",
"karma": "^3.1.1",
"eslint": "^6.0.1",
"eslint-config-digitalbazaar": "^2.0.0",
"karma": "^4.1.0",
"karma-babel-preprocessor": "^8.0.0",

@@ -53,7 +53,7 @@ "karma-chrome-launcher": "^2.2.0",

"karma-tap-reporter": "0.0.6",
"karma-webpack": "^3.0.5",
"mocha": "^5.0.5",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0",
"webpack": "^4.29.0"
"nyc": "^14.1.1",
"webpack": "^4.35.2"
},

@@ -73,3 +73,3 @@ "nyc": {

"engines": {
"node": "^8.3.0"
"node": ">=8.3.0"
},

@@ -76,0 +76,0 @@ "scripts": {

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