Socket
Socket
Sign inDemoInstall

react-progressive-enhancement

Package Overview
Dependencies
8
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

24

package.json
{
"name": "react-progressive-enhancement",
"version": "0.0.7",
"version": "0.0.8",
"description": "React Context that progressively enhances components",

@@ -15,17 +15,5 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^4.1.3",
"@types/enzyme": "^3.1.10",
"@types/mocha": "^5.2.1",
"@types/react-dom": "^16.8.4",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"chai": "^4.1.2",
"enzyme": "^3.11.0",
"enzyme-adapter-utils": "^1.14.0",
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-reconciler": "^0.26.1",
"react-test-renderer": "^17.0.1",
"@types/react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"ts-node": "^6.1.0",

@@ -38,6 +26,4 @@ "typescript": "^3.5.2"

"scripts": {
"test:mocha": "cd tests && mocha --require ts-node/register --require jsdom-global/register --require ./setup-enzyme.js ./index.tsx",
"compile": "tsc --project src/tsconfig.json",
"test": "npm run test:mocha && npm run compile",
"prepublishOnly": "npm run test && npm run compile"
"prepublishOnly": "npm run compile"
},

@@ -44,0 +30,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc