vue-cryptojs
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -21,2 +21,7 @@ "use strict"; | ||
} | ||
}, | ||
$CryptoJS: { | ||
get: function get() { | ||
return _cryptoJs["default"]; | ||
} | ||
} | ||
@@ -23,0 +28,0 @@ }); |
@@ -1,1 +0,1 @@ | ||
"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _cryptoJs=_interopRequireDefault(require("crypto-js")),VueCryptojs={install:function(e,t){e.CryptoJS=_cryptoJs.default,Object.defineProperties(e.prototype,{CryptoJS:{get:function(){return _cryptoJs.default}}}),"undefined"!=typeof window&&window.Vue&&window.Vue.use(VueCryptojs)}},_default=VueCryptojs;exports.default=_default; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _cryptoJs=_interopRequireDefault(require("crypto-js"));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VueCryptojs={install:function(e,t){e.CryptoJS=_cryptoJs.default,Object.defineProperties(e.prototype,{CryptoJS:{get:function(){return _cryptoJs.default}},$CryptoJS:{get:function(){return _cryptoJs.default}}}),"undefined"!=typeof window&&window.Vue&&window.Vue.use(VueCryptojs)}},_default=VueCryptojs;exports.default=_default; |
const gulp = require('gulp') | ||
const babel = require('gulp-babel') | ||
const uglify = require('gulp-uglifyjs') | ||
const uglify = require('gulp-uglify') | ||
const rename = require('gulp-rename') | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "vue-cryptojs", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "A small wrapper for integrating crypto-js into VueJS", | ||
@@ -30,3 +30,3 @@ "main": "dist/vue-cryptojs.min.js", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglifyjs": "^0.6.2", | ||
"gulp-uglify": "^3.0.2", | ||
"vue": "^2.6.8" | ||
@@ -33,0 +33,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4479
70