Comparing version 1.0.8 to 2.1.0
# Change Log | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="1.0.8"></a> | ||
## [1.0.8](https://github.com/zerkalica/lom_atom/compare/v1.0.7...v1.0.8) (2018-03-26) | ||
# [2.1.0](https://github.com/zerkalica/urc/compare/v1.0.8...v2.1.0) (2018-11-22) | ||
### Features | ||
<a name="1.0.7"></a> | ||
## [1.0.7](https://github.com/zerkalica/lom_atom/compare/v1.0.6...v1.0.7) (2018-03-15) | ||
<a name="1.0.6"></a> | ||
## [1.0.6](https://github.com/zerkalica/lom_atom/compare/v1.0.5...v1.0.6) (2018-03-15) | ||
<a name="1.0.5"></a> | ||
## [1.0.5](https://github.com/zerkalica/lom_atom/compare/v1.0.4...v1.0.5) (2018-03-15) | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/zerkalica/lom_atom/compare/v1.0.3...v1.0.4) (2018-03-15) | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/zerkalica/lom_atom/compare/v1.0.2...v1.0.3) (2018-03-09) | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/zerkalica/lom_atom/compare/v1.0.1...v1.0.2) (2018-03-06) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-03-06) | ||
* new version draft release ([534741a](https://github.com/zerkalica/urc/commit/534741a)) |
{ | ||
"name": "urc", | ||
"version": "1.0.8", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"description": "Universal react connect decorator builder", | ||
"author": { | ||
"name": "Stefan Zerkalica", | ||
"email": "zerkalica@gmail.com" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
"access": "public" | ||
}, | ||
"config": { | ||
"dest": "." | ||
"repository": "https://github.com/zerkalica/urc", | ||
"bugs": { | ||
"url": "https://github.com/zerkalica/urc/issues" | ||
}, | ||
"jsnext:main": "dist/urc.es.js", | ||
"module": "dist/urc.es.js", | ||
"main": "dist/urc.js", | ||
"umd:main": "dist/urc.umd.js", | ||
"scripts": { | ||
"release.major": "npm test && npm run build && standard-version -r major && git push --follow-tags origin master && npm publish", | ||
"release.minor": "npm test && npm run build && standard-version -r minor && git push --follow-tags origin master && npm publish", | ||
"release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish", | ||
"build": "rimraf dist && rollup -c && cp index.js.flow.tpl $npm_package_main.flow && cp createMobxAtom.js.flow.tpl dist/createMobxAtom.js.flow", | ||
"test": "flow check", | ||
"test.dev": "mocha --growl --watch", | ||
"watch": "chokidar --initial -d 2000 -t 1000 'src/**/*.js' -c 'npm run build && cp -rvf *.js src dist $npm_package_config_dest/node_modules/urc'" | ||
}, | ||
"author": "Stefan Zerkalica <zerkalica@gmail.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/zerkalica/lom_atom.git" | ||
}, | ||
"keywords": [ | ||
"state", | ||
"mobx", | ||
"redux", | ||
"observable", | ||
"reactive", | ||
"connect", | ||
"inject", | ||
"state management", | ||
"react" | ||
], | ||
"homepage": "https://github.com/zerkalica/urc/packages/urc/#readme", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/typings/index.d.ts", | ||
"files": [ | ||
"*.map", | ||
"*.js", | ||
"*.flow", | ||
".flowconfig", | ||
"README.md", | ||
"*.md", | ||
"package.json", | ||
"LICENSE", | ||
"src", | ||
"flow-typed", | ||
"@types", | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.40", | ||
"@babel/plugin-check-constants": "^7.0.0-beta.38", | ||
"@babel/plugin-external-helpers": "^7.0.0-beta.40", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.40", | ||
"@babel/plugin-proposal-decorators": "^7.0.0-beta.40", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.40", | ||
"@babel/preset-es2015": "^7.0.0-beta.40", | ||
"@babel/register": "^7.0.0-beta.40", | ||
"chokidar-cli": "^1.2.0", | ||
"flow-bin": "^0.66.0", | ||
"mocha": "^5.0.1", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.56.3", | ||
"rollup-plugin-babel": "^4.0.0-beta.2", | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"standard-version": "^4.3.0", | ||
"uglify-es": "^3.3.9" | ||
} | ||
"keywords": [ | ||
"react", | ||
"mobx", | ||
"connect", | ||
"decorator", | ||
"HOC" | ||
], | ||
"gitHead": "388932813df356f967ad4f0c02ffba9abbee8695" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
1
25910
9
217
2
0
1