@withdouble/lucipher
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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', |
{ | ||
"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 @@ }, |
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
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
12862
7
241