@withdouble/lucipher
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,20 +6,20 @@ 'use strict'; | ||
}); | ||
exports.AsymmetricAuthentication = exports.SymmetricAuthentication = exports.SymmetricEncryption = undefined; | ||
exports.AsymmetricJwt = exports.SymmetricJwt = exports.SymmetricCipher = undefined; | ||
var _symmetricEncryption = require('./symmetric-encryption'); | ||
var _symmetricCipher = require('./symmetric-cipher'); | ||
var _symmetricEncryption2 = _interopRequireDefault(_symmetricEncryption); | ||
var _symmetricCipher2 = _interopRequireDefault(_symmetricCipher); | ||
var _symmetricAuthentication = require('./symmetric-authentication'); | ||
var _symmetricJwt = require('./symmetric-jwt'); | ||
var _symmetricAuthentication2 = _interopRequireDefault(_symmetricAuthentication); | ||
var _symmetricJwt2 = _interopRequireDefault(_symmetricJwt); | ||
var _asymmetricAuthentication = require('./asymmetric-authentication'); | ||
var _asymmetricJwt = require('./asymmetric-jwt'); | ||
var _asymmetricAuthentication2 = _interopRequireDefault(_asymmetricAuthentication); | ||
var _asymmetricJwt2 = _interopRequireDefault(_asymmetricJwt); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.SymmetricEncryption = _symmetricEncryption2.default; | ||
exports.SymmetricAuthentication = _symmetricAuthentication2.default; | ||
exports.AsymmetricAuthentication = _asymmetricAuthentication2.default; | ||
exports.SymmetricCipher = _symmetricCipher2.default; | ||
exports.SymmetricJwt = _symmetricJwt2.default; | ||
exports.AsymmetricJwt = _asymmetricJwt2.default; |
{ | ||
"name": "@withdouble/lucipher", | ||
"description": "Encryption and signatures toolbox", | ||
"version": "1.0.0", | ||
"description": "Encryption and JWT toolbox", | ||
"version": "1.1.0", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Pierre-Elie Fauché", | ||
"build": "babel src/ -d lib/", | ||
"prepublish": "yarn run build" | ||
"prepare": "yarn run build" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
// @flow | ||
import SymmetricEncryption from './symmetric-encryption' | ||
import SymmetricAuthentication from './symmetric-authentication' | ||
import AsymmetricAuthentication from './asymmetric-authentication' | ||
import SymmetricCipher from './symmetric-cipher' | ||
import SymmetricJwt from './symmetric-jwt' | ||
import AsymmetricJwt from './asymmetric-jwt' | ||
export { | ||
SymmetricEncryption, | ||
SymmetricAuthentication, | ||
AsymmetricAuthentication, | ||
SymmetricCipher, | ||
SymmetricJwt, | ||
AsymmetricJwt, | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
122460
19
623
1