Socket
Socket
Sign inDemoInstall

jest-environment-jsdom-thirteen

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-jsdom-thirteen - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

11

package.json
{
"name": "jest-environment-jsdom-thirteen",
"version": "0.0.3",
"version": "1.0.0",
"repository": "https://github.com/theneva/jest-environment-jsdom-thirteen",

@@ -8,4 +8,4 @@ "license": "MIT",

"dependencies": {
"jest-mock": "^23.2.0",
"jest-util": "^23.4.0",
"jest-mock": "^24.0.0",
"jest-util": "^24.0.0",
"jsdom": "^13.0.0"

@@ -15,3 +15,4 @@ },

"test": "jest",
"build": "mkdirp build && babel src/index.js -o build/index.js"
"build": "mkdirp build && babel src/index.js -o build/index.js",
"prepublish": "yarn build"
},

@@ -34,5 +35,5 @@ "description": "JSDOM environment for Jest with JSDOM 13 (which doesn't support Node 6)",

"flow-bin": "^0.82.0",
"jest": "^23.6.0",
"jest": "^24.1.0",
"mkdirp": "^0.5.1"
}
}
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