@aofl/cache-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,9 +0,9 @@ | ||
import CacheManager from './src/CacheManager'; | ||
import CacheTypeEnumerate from './src/CacheTypeEnumerate'; | ||
import MemoryStorage from './src/MemoryStorage'; | ||
import CacheManager from './src/cache-manager'; | ||
import {cacheTypeEnumerate} from './src/cache-type-enumerate'; | ||
import MemoryStorage from './src/memory-storage'; | ||
export { | ||
CacheManager, | ||
CacheTypeEnumerate, | ||
cacheTypeEnumerate, | ||
MemoryStorage | ||
}; |
{ | ||
"name": "@aofl/cache-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -11,6 +11,9 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git@gitlab.aofl.com:CoreJS/aofl-os.git" | ||
"url": "git@github.com:AgeOfLearning/aofl.git" | ||
}, | ||
"author": "Arian Khosravi <arian.khosravi@aofl.com>", | ||
"license": "ISC" | ||
"license": "MIT", | ||
"dependencies": { | ||
"tiny-js-md5": "^1.1.2" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
439393
93
3325
1
19
1
1
+ Addedtiny-js-md5@^1.1.2
+ Addedtiny-js-md5@1.2.0(transitive)