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

@jamesbontempo/typecache

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamesbontempo/typecache - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

10

package.json
{
"name": "@jamesbontempo/typecache",
"version": "0.1.7",
"version": "0.1.8",
"description": "A simple TypeScript caching library with ttl support and SQL-inspired syntax",

@@ -29,8 +29,5 @@ "files": [

"license": "MIT",
"dependencies": {
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@types/node": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",

@@ -45,4 +42,5 @@ "@typescript-eslint/parser": "^5.17.0",

"mocha": "^9.2.2",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"typescript": "^4.7.4"
}
}

2

README.md
# typecache
![Version](https://img.shields.io/github/package-json/v/jamesbontempo/type-cache?color=blue) ![Coverage](https://codecov.io/gh/jamesbontempo/type-cache/branch/main/graph/badge.svg?token=199Q3V345I) ![Dependencies](https://img.shields.io/librariesio/release/npm/@jamesbontempo/typecache) ![License](https://img.shields.io/github/license/jamesbontempo/type-cache?color=red)
![Version](https://img.shields.io/github/package-json/v/jamesbontempo/type-cache?color=blue) ![Coverage](https://codecov.io/gh/jamesbontempo/type-cache/branch/main/graph/badge.svg?token=199Q3V345I) ![License](https://img.shields.io/github/license/jamesbontempo/type-cache?color=red)

@@ -5,0 +5,0 @@ `typecache` is a simple TypeScript caching library with ttl support and SQL-inspired syntax.

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