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

@withdouble/lucipher

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withdouble/lucipher - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

lib/abstract-jwt.js

@@ -62,2 +62,7 @@ 'use strict';

value: function rawClaim(message, claim) {
return this.constructor.rawClaim(message, claim);
}
}], [{
key: 'rawClaim',
value: function rawClaim(message, claim) {
claim = {

@@ -64,0 +69,0 @@ audience: 'aud',

7

package.json
{
"name": "@withdouble/lucipher",
"description": "Encryption and JWT toolbox",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -15,2 +15,5 @@ "name": "Pierre-Elie Fauché",

"main": "lib",
"files": [
"lib"
],
"repository": {

@@ -21,3 +24,3 @@ "type": "git",

"scripts": {
"build": "babel src/ -d lib/",
"build": "rm -r lib && babel src/ -d lib/",
"prepare": "yarn run build"

@@ -24,0 +27,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