bs-react-test-renderer
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "bs-react-test-renderer", | ||
"bsc-flags": [ | ||
"-bs-super-errors" | ||
], | ||
"reason": { | ||
"react-jsx": 2 | ||
}, | ||
"refmt": 3, | ||
"package-specs": { | ||
"module": "commonjs", | ||
"in-source": true | ||
}, | ||
"suffix": ".bs.js", | ||
"bs-dependencies": [ | ||
@@ -7,0 +16,0 @@ "reason-react" |
## Change Log | ||
### [v1.0.1](https://github.com/BuckleTypes/bs-react-test-renderer/releases/tag/v1.0.1) (2017-07-06) | ||
### [v1.1.0](https://github.com/reasonml-community/bs-react-test-renderer/releases/tag/v1.1.0) (2017-12-14) | ||
* [[`35a6736811`](https://github.com/BuckleTypes/bs-react-test-renderer/commit/35a6736811)] - Update to reason-react v0.2.1 (Cheng Lou) | ||
* [[`63a4beca5c`](https://github.com/reasonml-community/bs-react-test-renderer/commit/63a4beca5c)] - Cleanup project to cut a final release for React 15 support (Neil Kistner) | ||
* [[`29e4199ea8`](https://github.com/reasonml-community/bs-react-test-renderer/commit/29e4199ea8)] - Turn on super-errors; clean up package.json & bsconfig (Cheng Lou) | ||
* [[`e09b25baf3`](https://github.com/reasonml-community/bs-react-test-renderer/commit/e09b25baf3)] - package.json: BuckleTypes -\> reasonml-community (Glenn Slotte) | ||
* [[`6b04b13121`](https://github.com/reasonml-community/bs-react-test-renderer/commit/6b04b13121)] - bump bs-platform version (Cheng Lou) | ||
* [[`2fffc9f752`](https://github.com/reasonml-community/bs-react-test-renderer/commit/2fffc9f752)] - BuckleTypes -\> reasonml-community (Glenn Slotte) | ||
### [v1.0.0](https://github.com/BuckleTypes/bs-react-test-renderer/releases/tag/v1.0.0) (2017-04-14) | ||
### [v1.0.1](https://github.com/reasonml-community/bs-react-test-renderer/releases/tag/v1.0.1) (2017-07-06) | ||
* [[`3b87107de8`](https://github.com/BuckleTypes/bs-react-test-renderer/commit/3b87107de8)] - Initial commit (Neil Kistner) | ||
* [[`35a6736811`](https://github.com/reasonml-community/bs-react-test-renderer/commit/35a6736811)] - Update to reason-react v0.2.1 (Cheng Lou) | ||
### [v1.0.0](https://github.com/reasonml-community/bs-react-test-renderer/releases/tag/v1.0.0) (2017-04-14) | ||
* [[`3b87107de8`](https://github.com/reasonml-community/bs-react-test-renderer/commit/3b87107de8)] - Initial commit (Neil Kistner) |
{ | ||
"name": "bs-react-test-renderer", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "BuckleScript bindings for react-test-renderer.", | ||
"repository": "BuckleTypes/bs-react-test-renderer", | ||
"repository": "reasonml-community/bs-react-test-renderer", | ||
"author": { | ||
@@ -18,4 +18,3 @@ "name": "Neil Kistner", | ||
"build": "bsb -make-world", | ||
"changelog": "changelog-maker --filter-release -- BuckleTypes bs-react-test-renderer", | ||
"clean": "npm-run-all clean:*", | ||
"clean": "run-p clean:*", | ||
"clean:bsb": "bsb -clean-world", | ||
@@ -25,24 +24,22 @@ "clean:project": "rimraf lib .merlin", | ||
"prebuild": "npm run clean", | ||
"test": "npm-run-all build jest", | ||
"version": "node scripts/version.js" | ||
"pretest": "npm run build", | ||
"test": "npm run jest", | ||
"version": "write-changelog" | ||
}, | ||
"dependencies": { | ||
"react-test-renderer": "^15.5.4" | ||
"react-test-renderer": "^15.6.2" | ||
}, | ||
"peerDependencies": { | ||
"reason-react": "^0.1.0" | ||
"reason-react": "^0.3.0 || ^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"bs-jest": "git+https://github.com/BuckleTypes/bs-jest.git", | ||
"bs-platform": "^1.8.0", | ||
"changelog-maker": "^2.2.5", | ||
"execa": "^0.6.3", | ||
"jest": "^19.0.2", | ||
"np": "^2.13.1", | ||
"bs-jest": "^0.2.0", | ||
"bs-platform": "^2.1.0", | ||
"jest": "^21.2.1", | ||
"npm-run-all": "^4.0.2", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"read-pkg": "^2.0.0", | ||
"reason-react": "^0.2.1", | ||
"rimraf": "^2.6.1" | ||
"react": "^15.6.2", | ||
"react-dom": "^15.6.2", | ||
"reason-react": "^0.3.0", | ||
"rimraf": "^2.6.1", | ||
"write-changelog": "^1.1.0" | ||
}, | ||
@@ -49,0 +46,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
7899
9
35
103
0
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreason-react@0.3.4(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removedreact-dom@15.7.0(transitive)
- Removedreason-react@0.1.5(transitive)
Updatedreact-test-renderer@^15.6.2