react-test-renderer
Advanced tools
Comparing version 16.0.0-alpha.9 to 16.0.0-alpha.10
'use strict'; | ||
module.exports = require('./cjs/react-test-renderer.development'); | ||
if (process.env.NODE_ENV === 'production') { | ||
throw Error('test renderer is not available in production mode.'); | ||
} else { | ||
module.exports = require('./cjs/react-test-renderer.development'); | ||
} |
{ | ||
"name": "react-test-renderer", | ||
"version": "16.0.0-alpha.9", | ||
"version": "16.0.0-alpha.10", | ||
"description": "React package for snapshot testing.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.0.0-alpha.9" | ||
"react": "^16.0.0-alpha.10" | ||
}, | ||
@@ -30,4 +30,5 @@ "files": [ | ||
"index.js", | ||
"shallow.js", | ||
"cjs/" | ||
] | ||
} |
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
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
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
279572
8
6671
3