New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/cache-manager

Package Overview
Dependencies
Maintainers
3
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/cache-manager - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

documentation/__config/html-webpack-config.js

8

index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc