@smallstack/components
Advanced tools
Comparing version 0.3.24 to 0.10.1
{ | ||
"name": "@smallstack/components", | ||
"version": "0.3.24", | ||
"description": "Base functionality for smallstack components", | ||
"main": "dist/bundle/index.umd.js", | ||
"version": "0.10.1", | ||
"description": "components functionality for smallstack packages", | ||
"author": "smallstack GmbH", | ||
"license": "MIT", | ||
"main": "dist/main.js", | ||
"types": "dist/index.d.ts", | ||
"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", | ||
"watch": "nodemon -e ts --ignore dist/ --ignore node_modules/ --exec \"npm run bundle\"" | ||
"prepack": "npm run build-prod" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/smallstack/components" | ||
"dependencies": { | ||
"@smallstack/common": "^0.10.1", | ||
"rxjs": "^6.4.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"author": "smallstack GmbH", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ci-publish": "1.3.0", | ||
"copyfiles": "1.2.0", | ||
"nodemon": "^1.12.1", | ||
"rimraf": "^2.6.1", | ||
"rollup": "0.49.3", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"tslint": "^5.7.0", | ||
"typescript": "2.6.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", | ||
"webpack-node-externals": "^1.7.2" | ||
}, | ||
"dependencies": { | ||
"@smallstack/common": "^0.7.110", | ||
"@smallstack/events": "^0.1.1", | ||
"rxjs": "^6.3.3", | ||
"underscore": "^1.9.1" | ||
} | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"typings", | ||
"src/**/*.spec.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"reporter": [ | ||
"text", | ||
"text-summary", | ||
"html" | ||
], | ||
"all": true | ||
}, | ||
"gitHead": "2d7c9bbb86e5e62dfe11f6df47411d0f9ed3bf88" | ||
} |
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
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
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
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
3
19166
16
13
130
2
0
1
1
+ Added@smallstack/common@0.10.1(transitive)
- Removed@smallstack/events@^0.1.1
- Removed@smallstack/common@0.7.111(transitive)
- Removed@smallstack/events@0.1.1(transitive)
- 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)
- Removedsynchronous-promise@1.0.18(transitive)
- Removedtoposort@0.2.12(transitive)
- Removedtype-name@2.0.2(transitive)
- Removedwindow-or-global@1.0.1(transitive)
- Removedyup@0.24.1(transitive)
Updated@smallstack/common@^0.10.1
Updatedrxjs@^6.4.0