react-native-mock
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "react-native-mock", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A fully mocked and test-friendly version of react native", | ||
@@ -11,3 +11,3 @@ "main": "build/react-native.js", | ||
"mocha:watch": "npm run test -- --watch", | ||
"build": "babel src --out-dir build", | ||
"build": "rm -rf build/ && babel src --out-dir build", | ||
"lint": "eslint 'src/' 'test/' 'mock.js'" | ||
@@ -14,0 +14,0 @@ }, |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4
549371
227
14189