Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "better-api", | ||
"version": "0.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"name": "better-api", | ||
"main": "lib/index.js", | ||
"version": "0.2.0", | ||
"description": "api encapsulation manage", | ||
"keywords": "", | ||
"scripts": { | ||
"dev": "rm -rf output && fis3 release -w -d ./output -r ./ -f compile/fis-conf.js", | ||
"s": "node ./compile/open && node ./compile/server", | ||
"build:1": "rm -rf ./output && fis3 release build -d ./output -r ./ -f compile/fis-conf.js && fis3 release buildversion -d ./output -r ./ -f compile/fis-conf.js", | ||
"build:2": "webpack --progress --config ./compile/webpack.online.config.js && webpack --progress --config ./compile/webpack.online.version.config.js", | ||
"npm": "rm -rf ./output && fis3 release npm -d ./output -r ./ -f compile/fis-conf.js", | ||
"doc": "npm run build:1 && npm run build:2", | ||
"dp:gh": "node ./compile/deploy-gh", | ||
"test": "./node_modules/karma/bin/karma start ./compile/karma.conf.js --browsers Chrome", | ||
"test:ci": "./node_modules/karma/bin/karma start ./compile/karma.ci.js" | ||
}, | ||
"$username": "onface", | ||
"$repository": "better-api", | ||
"dependencies": { | ||
"extend": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel": "^6.23.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-plugin-transform-react-display-name": "^6.25.0", | ||
"babel-plugin-transform-react-jsx": "^6.24.1", | ||
"babel-plugin-transform-react-jsx-source": "^6.22.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "^4.1.2", | ||
"css-loader": "^0.26.1", | ||
"ejs": "^2.5.7", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"express": "^4.16.2", | ||
"fis-parser-less-2.x": "^0.1.4", | ||
"fis3-hook-relative": "^2.0.1", | ||
"fis3-parser-vue-component": "^5.5.1", | ||
"gh-pages": "^1.1.0", | ||
"glob": "^7.1.2", | ||
"hash-to-port": "^1.0.0", | ||
"is-absolute-url": "^2.1.0", | ||
"jasmine-core": "^2.8.0", | ||
"jquery": "^3.3.1", | ||
"json5": "^0.5.1", | ||
"karma": "^2.0.0", | ||
"karma-babel-preprocessor": "^7.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-jasmine": "^1.1.1", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.9", | ||
"less": "^2.7.3", | ||
"less-loader": "^2.2.3", | ||
"less-plugin-autoprefix": "^1.5.1", | ||
"less-plugin-functions": "^1.0.0", | ||
"livereload": "^0.6.3", | ||
"markrun": "^0.23.0", | ||
"open": "^0.0.5", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react-hot-loader": "^4.0.0-beta.6", | ||
"style-loader": "^0.13.1", | ||
"util.react": "^1.4.1", | ||
"vue": "^2.5.13", | ||
"vue-loader": "^13.6.1", | ||
"vue-template-compiler": "^2.5.13", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-middleware": "^2.0.3", | ||
"webpack-hot-middleware": "^2.21.0" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
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
17897
11
158
2
1
67
1
55
1
+ Addedextend@^3.0.1
+ Addedextend@3.0.2(transitive)