@smallstack/common
Advanced tools
Comparing version 0.7.111 to 0.10.1-alpha.0
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.111", | ||
"description": "common functionality for smallstack projects", | ||
"main": "dist/bundle/smallstack_common.umd.js", | ||
"version": "0.10.1-alpha.0", | ||
"description": "common functionality for smallstack packages", | ||
"author": "smallstack GmbH", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/bundle", | ||
"**/*.smallstack.json" | ||
"dist" | ||
], | ||
"types": "dist/bundle/dts/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "webpack", | ||
"build-prod": "webpack --mode=production", | ||
"clean": "rimraf dist", | ||
"compile": "tsc && rollup -c", | ||
"bundle": "npm run compile && npm run copydts", | ||
"copydts": "copyfiles -e \"dist/bundle/**/*\" -u 1 \"dist/**/*.d.ts\" ./dist/bundle/dts", | ||
"ci-publish": "ci-publish", | ||
"test:ci": "karma start --single-run", | ||
"test": "karma start", | ||
"watch": "nodemon -e ts --ignore dist/ --ignore node_modules/ --exec \"npm run bundle\"" | ||
"test": "cross-env JASMINE_CONFIG_PATH=jasmine.json jasmine-ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/smallstack/products/smallstack-common" | ||
"dependencies": { | ||
"underscore": "^1.9.1" | ||
}, | ||
"author": "smallstack GmbH", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@smallstack/testing": "^0.1.15", | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.43", | ||
"@types/yup": "^0.24.3", | ||
"chai": "^4.1.2", | ||
"ci-publish": "1.3.0", | ||
"copyfiles": "^1.2.0", | ||
"jsdom": "^11.6.2", | ||
"karma": "^1.7.1", | ||
"karma-cli": "^1.0.1", | ||
"karma-jsdom-launcher": "^6.1.2", | ||
"karma-mocha": "^1.3.0", | ||
"karma-spec-reporter": "0.0.32", | ||
"karma-typescript": "^3.0.12", | ||
"minimongo": "^4.8.0", | ||
"mocha": "^3.5.3", | ||
"nodemon": "^1.12.1", | ||
"rimraf": "^2.6.1", | ||
"rollup": "0.49.3", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"typescript": "^2.5.2" | ||
"@types/jasmine": "^3.3.12", | ||
"@types/node": "^11.13.0", | ||
"@types/underscore": "^1.8.14", | ||
"cross-env": "^5.2.0", | ||
"jasmine": "^3.4.0", | ||
"jasmine-spec-reporter": "^4.2.1", | ||
"jasmine-ts": "^0.3.0", | ||
"nodemon": "^1.18.10", | ||
"nyc": "^13.3.0", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.15.0", | ||
"typescript": "^3.4.1", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.3.0" | ||
}, | ||
"dependencies": { | ||
"pluralize": "^7.0.0", | ||
"rxjs": "^6.3.3", | ||
"underscore": "^1.9.0", | ||
"window-or-global": "^1.0.1", | ||
"yup": "^0.24.1" | ||
} | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"typings", | ||
"src/**/*.spec.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"reporter": [ | ||
"text", | ||
"text-summary", | ||
"html" | ||
], | ||
"all": true | ||
}, | ||
"gitHead": "6669ded3a73c9ebbdd9fb72ad7b3d431685f09ff" | ||
} |
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 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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
15
2
109474
21
684
2
0
1
1
- Removedpluralize@^7.0.0
- Removedrxjs@^6.3.3
- Removedwindow-or-global@^1.0.1
- Removedyup@^0.24.1
- Removedcase@1.6.3(transitive)
- Removedfn-name@1.0.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedpluralize@7.0.0(transitive)
- Removedproperty-expr@1.5.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedsynchronous-promise@1.0.18(transitive)
- Removedtoposort@0.2.12(transitive)
- Removedtslib@1.14.1(transitive)
- Removedtype-name@2.0.2(transitive)
- Removedwindow-or-global@1.0.1(transitive)
- Removedyup@0.24.1(transitive)
Updatedunderscore@^1.9.1