antengo-listings
Advanced tools
Comparing version 1.0.18 to 2.0.0
{ | ||
"name": "antengo-listings", | ||
"version": "1.0.18", | ||
"version": "2.0.0", | ||
"description": "React module to render listings", | ||
"main": "./dist/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rm -Rf dist && webpack" | ||
"test": "NODE_ENV=test && mocha './src/**/*.spec.js' --compilers js:babel-core/register,png:./mochacfg.js", | ||
"start": "NODE_ENV=dev && webpack-dev-server", | ||
"build": "rm -Rf dist && NODE_ENV=release webpack" | ||
}, | ||
@@ -13,4 +14,4 @@ "author": "", | ||
"dependencies": { | ||
"react": "^15.0.2", | ||
"react-dom": "^15.0.2" | ||
"react": "^15.1.0", | ||
"react-dom": "^15.1.0" | ||
}, | ||
@@ -29,4 +30,7 @@ "devDependencies": { | ||
"webpack": "^1.13.0", | ||
"webpack-dev-server": "^1.14.1" | ||
"webpack-dev-server": "^1.14.1", | ||
"expect": "^1.20.1", | ||
"mocha": "^2.4.5", | ||
"react-addons-test-utils": "^15.0.2" | ||
} | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
179391
5
2011
1
15
16
Updatedreact@^15.1.0
Updatedreact-dom@^15.1.0