express-data-ssr
Advanced tools
Comparing version 1.0.0 to 1.2.0
{ | ||
"name": "express-data-ssr", | ||
"description": "`fetch` like function to perform local calls to an Express-based router.", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -20,6 +20,7 @@ "author": "Nicolas Cisco <ncisco@gmail.com>", | ||
], | ||
"main": "dist/express-data-ssr.js", | ||
"module": "dist/express-data-ssr.es6.js", | ||
"main": "dist/index.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -29,6 +30,13 @@ "scripts": { | ||
"lint": "eslint src", | ||
"test": "BABEL_ENV=test NODE_ENV=test jest --env=jsdom", | ||
"prepublishOnly": "yarn build", | ||
"prebuild": "rimraf dist", | ||
"build": "echo 'todo'" | ||
"build": "BABEL_ENV=production NODE_ENV=production babel src --out-dir dist" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-jest": "^21.2.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.0", | ||
"eslint": "^4.8.0", | ||
@@ -38,5 +46,12 @@ "eslint-config-google": "^0.9.1", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"jest": "^21.2.1", | ||
"prettier": "^1.7.4", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/src/**/?(*.)(spec|test).js?(x)" | ||
], | ||
"testEnvironment": "node" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
27963
12
626
1
127
12
25