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

nise

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nise - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0

26

package.json
{
"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

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