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

dobi-cache-2

Package Overview
Dependencies
Maintainers
10
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dobi-cache-2 - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

src/index.d.ts

3

package.json

@@ -23,3 +23,2 @@ {

"lint": "tslint --format stylish -p tsconfig.json",
"postinstall": "tsc",
"test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false",

@@ -36,3 +35,3 @@ "test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true",

},
"version": "5.0.3",
"version": "5.0.4",
"devDependencies": {

@@ -39,0 +38,0 @@ "@types/koa": "^2.11.0",

@@ -5,5 +5,5 @@ {

"esModuleInterop": true,
"lib": ["es6", "es2017"],
"module": "ESNext",
"moduleResolution": "node",
"lib": ["es6", "es2017"],
"noFallthroughCasesInSwitch": true,

@@ -14,3 +14,2 @@ "noImplicitAny": true,

"noUnusedParameters": true,
"outDir": "dist",
"sourceMap": true,

@@ -22,3 +21,3 @@ "strict": true,

"strictPropertyInitialization": true,
"target": "ES6",
"target": "ESNEXT",
"types": ["node"]

@@ -25,0 +24,0 @@ },

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