Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphile/lru

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphile/lru - npm Package Compare versions

Comparing version 4.6.0-alpha.0 to 4.8.0-rc.0

1

node8plus/index.d.ts

@@ -23,2 +23,1 @@ interface LRUOptions<KeyType, ValueType> {

export {};
//# sourceMappingURL=index.d.ts.map

12

package.json
{
"name": "@graphile/lru",
"version": "4.6.0-alpha.0",
"version": "4.8.0-rc.0",
"description": "Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)",

@@ -9,3 +9,4 @@ "main": "node8plus/index.js",

"test": "jest",
"prepack": "tsc -b"
"prepack": "mkdir -p node8plus && tsc",
"watch": "mkdir -p node8plus && tsc --watch"
},

@@ -31,3 +32,3 @@ "repository": {

"ts-node": "^8.1.0",
"typescript": "^3.7.2"
"typescript": "^3.4.5"
},

@@ -37,3 +38,6 @@ "files": [

],
"gitHead": "4f7f78ce99ef1bdd8be1330fc7fc68d607e878eb"
"dependencies": {
"tslib": "^1.13.0"
},
"gitHead": "f9d4d21c67bc3af908dbf070190fe1a1230c8d1f"
}
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