fable-serviceproviderbase
Advanced tools
Comparing version 3.0.13 to 3.0.14
{ | ||
"name": "fable-serviceproviderbase", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "Simple base classes for fable services.", | ||
@@ -46,5 +46,5 @@ "main": "source/Fable-ServiceProviderBase.js", | ||
"devDependencies": { | ||
"fable": "^3.0.118", | ||
"quackage": "^1.0.28" | ||
"fable": "^3.0.143", | ||
"quackage": "^1.0.33" | ||
} | ||
} |
@@ -23,2 +23,5 @@ /** | ||
// Initialize the services map if it wasn't passed in | ||
this._PackageFableServiceProvider = require('../package.json'); | ||
// initialize options and UUID based on whether the fable was passed in or not. | ||
@@ -25,0 +28,0 @@ if (this.fable) |
@@ -97,2 +97,6 @@ /** | ||
Expect(tmpSimpleService.Hash).to.be.a('string'); | ||
Expect(tmpSimpleService._PackageFableServiceProvider).to.be.an('object'); | ||
Expect(tmpSimpleService._PackageFableServiceProvider.name).to.equal('fable-serviceproviderbase'); | ||
Expect(tmpSimpleService._PackageFableServiceProvider.version) | ||
} | ||
@@ -99,0 +103,0 @@ ); |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
0
0
18599
7
302