Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "colleqtor", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Seize the directory.", | ||
"main": "colleqtor.js", | ||
"main": "index.js", | ||
"scripts": {}, | ||
@@ -28,5 +28,4 @@ "repository": { | ||
"dependencies": { | ||
"node-jawn": "^1.2.1", | ||
"zaq": "^2.1.3" | ||
} | ||
} |
const zaq = require('zaq'); | ||
const path = require('path'); | ||
const colleqtor = require('./colleqtor.js'); | ||
const colleqtor = require('./index'); | ||
@@ -5,0 +5,0 @@ let testDir = path.join(__dirname, '/test'); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13736
1
17
158
1
- Removednode-jawn@^1.2.1
- Removednode-jawn@1.2.2(transitive)
- Removedunderscore@1.13.7(transitive)