elasticsearch-memory-server
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "elasticsearch-memory-server", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Local elasticsearch server for testing/development. Inspired by https://github.com/nodkz/mongodb-memory-server", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,3 +12,3 @@ { | ||
"skipLibCheck": true, | ||
"strict": true, | ||
"strict": false, | ||
"lib": ["esnext"], | ||
@@ -18,3 +18,3 @@ "moduleResolution": "node", | ||
"forceConsistentCasingInFileNames": true, | ||
"types": ["node", "jest"], | ||
"types": ["node"], | ||
"baseUrl": ".", | ||
@@ -24,3 +24,3 @@ "paths": { "*": ["src/*"] } | ||
"include": ["src/**/*", "index.ts"], | ||
"exclude": ["**/__tests__"] | ||
"exclude": ["__tests__", "node_modules"] | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
58700
1