Comparing version 6.0.1 to 6.1.0
{ | ||
"name": "nise", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "Fake XHR and server", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"scripts": { | ||
"bundle": "browserify --no-detect-globals -s nise -o nise.js lib/index.js", | ||
"bundle": "browserify -x timers -x timers/promises --no-detect-globals -s nise -o nise.js lib/index.js", | ||
"lint": "eslint --max-warnings 35 .", | ||
@@ -50,22 +50,22 @@ "prettier:check": "prettier --check '**/*.{js,css,md}'", | ||
"devDependencies": { | ||
"@sinonjs/eslint-config": "^5.0.2", | ||
"@sinonjs/referee": "^11.0.0", | ||
"@sinonjs/eslint-config": "^5.0.3", | ||
"@sinonjs/referee": "^11.0.1", | ||
"browserify": "^16.5.2", | ||
"husky": "^4.3.8", | ||
"jsdom": "^23", | ||
"jsdom": "^25", | ||
"jsdom-global": "3.0.2", | ||
"lint-staged": "^15.2.0", | ||
"mocha": "^10.2.0", | ||
"lint-staged": "^15.2.10", | ||
"mocha": "^10.7.3", | ||
"mochify": "^9.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^3.1.1", | ||
"nyc": "^17.0.0", | ||
"prettier": "^3.3.3", | ||
"proxyquire": "^2.1.3", | ||
"proxyquire-universal": "^3.0.1", | ||
"proxyquireify": "^3.2.1", | ||
"sinon": ">=17" | ||
"sinon": ">=18" | ||
}, | ||
"dependencies": { | ||
"@sinonjs/commons": "^3.0.0", | ||
"@sinonjs/fake-timers": "^11.2.2", | ||
"@sinonjs/text-encoding": "^0.7.2", | ||
"@sinonjs/commons": "^3.0.1", | ||
"@sinonjs/fake-timers": "^13.0.1", | ||
"@sinonjs/text-encoding": "^0.7.3", | ||
"just-extend": "^6.2.0", | ||
@@ -72,0 +72,0 @@ "path-to-regexp": "^8.1.0" |
@@ -81,4 +81,4 @@ # nise (偽) | ||
## Licence | ||
## License | ||
nise was released under [BSD-3](LICENSE) |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
882727
5
11381
+ Added@sinonjs/fake-timers@13.0.5(transitive)
- Removed@sinonjs/fake-timers@11.3.1(transitive)
Updated@sinonjs/commons@^3.0.1
Updated@sinonjs/fake-timers@^13.0.1