poppler-simple
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"repository": { | ||
@@ -16,4 +16,3 @@ "type": "git", | ||
"install": "(node-gyp rebuild) || (exit 1)", | ||
"preinstall": "((npm install nan@2.14.0) && (node-gyp configure)) || (exit 0)", | ||
"test": "./node_modules/mocha/bin/mocha --expose-gc && check-dts", | ||
"test": "./node_modules/mocha/bin/mocha && check-dts", | ||
"clean": "((node-gyp clean) && (rm -rf node_modules)) || (exit 0)", | ||
@@ -29,8 +28,8 @@ "build-debug": "(node-gyp configure --debug && node-gyp rebuild --debug) || (exit 0)" | ||
"bluebird": "^3.7.2", | ||
"nan": "^2.14.0" | ||
"nan": "^2.15.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.37", | ||
"@types/node": "^16.10.1", | ||
"check-dts": "^0.4.4", | ||
"mocha": "^8.3.2" | ||
"mocha": "^9.1.2" | ||
}, | ||
@@ -40,4 +39,5 @@ "optionalDependencies": {}, | ||
"reporter": "spec", | ||
"slow": "250" | ||
"slow": "250", | ||
"v8-expose-gc": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3424392
36
419
Updatednan@^2.15.0