Comparing version 0.7.1 to 0.7.2
@@ -6,2 +6,18 @@ # Change Log | ||
<a name="0.7.2"></a> | ||
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06) | ||
### Bug Fixes | ||
* Missing types in JSII assembly, invalid Java code, confusing docs ([#208](https://github.com/awslabs/jsii/issues/208)) ([b37101f](https://github.com/awslabs/jsii/commit/b37101f)), closes [#175](https://github.com/awslabs/jsii/issues/175) | ||
### Features | ||
* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](https://github.com/awslabs/jsii/issues/188)) ([76472be](https://github.com/awslabs/jsii/commit/76472be)) | ||
<a name="0.7.1"></a> | ||
@@ -8,0 +24,0 @@ ## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28) |
103
package.json
{ | ||
"name": "jsii", | ||
"version": "0.7.1", | ||
"description": "TypeScript compiler for jsii", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"bin": { | ||
"jsii": "bin/jsii" | ||
}, | ||
"scripts": { | ||
"watch": "tsc -w", | ||
"build": "cp ../../README.md . && /bin/bash generate.sh && tsc && chmod +x bin/jsii", | ||
"test": "nodeunit test/test.*.js", | ||
"package": "package-js" | ||
}, | ||
"keywords": [ | ||
"jsii", | ||
"aws" | ||
], | ||
"devDependencies": { | ||
"@types/clone": "^0.1.30", | ||
"@types/deep-equal": "^1.0.1", | ||
"@types/fs-extra": "^4.0.8", | ||
"@types/glob": "^5.0.32", | ||
"@types/node": "^9.6.18", | ||
"@types/nodeunit": "0.0.30", | ||
"@types/yargs": "^11.0.0", | ||
"jsii-build-tools": "^0.7.1", | ||
"nodeunit": "^0.11.2" | ||
}, | ||
"dependencies": { | ||
"case": "^1.5.5", | ||
"clone": "^2.1.1", | ||
"deep-equal": "^1.0.1", | ||
"fs-extra": "^4.0.3", | ||
"glob": "^7.1.2", | ||
"jsii-spec": "^0.7.1", | ||
"sort-json": "^2.0.0", | ||
"source-map-loader": "^0.2.3", | ||
"spdx-license-list": "^4.1.0", | ||
"typescript": "^3.0.1", | ||
"yargs": "^11.0.0" | ||
}, | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "https://aws.amazon.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/awslabs/jsii.git" | ||
} | ||
"name": "jsii", | ||
"version": "0.7.2", | ||
"description": "TypeScript compiler for jsii", | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "https://aws.amazon.com", | ||
"organization": true | ||
}, | ||
"bin": { | ||
"jsii": "bin/jsii" | ||
}, | ||
"scripts": { | ||
"build": "bash ./generate.sh && tsc", | ||
"watch": "bash ./generate.sh && tsc -w", | ||
"test": "nyc nodeunit test/test.*.js", | ||
"package": "package-js" | ||
}, | ||
"devDependencies": { | ||
"@types/clone": "^0.1.30", | ||
"@types/colors": "^1.2.1", | ||
"@types/deep-equal": "^1.0.1", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/log4js": "^2.3.5", | ||
"@types/node": "^8.10.24", | ||
"@types/nodeunit": "^0.0.30", | ||
"@types/semver": "^5.5.0", | ||
"@types/yargs": "^11.1.1", | ||
"clone": "^2.1.2", | ||
"jsii-build-tools": "^0.7.2", | ||
"nodeunit": "^0.11.3", | ||
"nyc": "^12.0.2" | ||
}, | ||
"dependencies": { | ||
"case": "^1.5.5", | ||
"colors": "^1.3.1", | ||
"deep-equal": "^1.0.1", | ||
"fs-extra": "^7.0.0", | ||
"jsii-spec": "^0.7.2", | ||
"log4js": "^3.0.4", | ||
"semver": "^5.5.0", | ||
"sort-json": "^2.0.0", | ||
"spdx-license-list": "^4.1.0", | ||
"typescript": "^3.0.1", | ||
"yargs": "^12.0.1" | ||
}, | ||
"nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
] | ||
} | ||
} |
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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
1
15042
13
4
0
1
0
2
+ Addedcolors@^1.3.1
+ Addedlog4js@^3.0.4
+ Addedsemver@^5.5.0
+ Addedcamelcase@5.3.1(transitive)
+ Addedcircular-json@0.5.9(transitive)
+ Addedcolors@1.4.0(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddate-format@1.2.0(transitive)
+ Addeddebug@3.2.7(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedfs-extra@7.0.1(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedlog4js@3.0.6(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@2.1.3(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedrfdc@1.4.1(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstreamroller@0.7.0(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@12.0.5(transitive)
+ Addedyargs-parser@11.1.1(transitive)
- Removedclone@^2.1.1
- Removedglob@^7.1.2
- Removedsource-map-loader@^0.2.3
- Removedasync@2.6.4(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbig.js@5.2.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedclone@2.1.2(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedfs-extra@4.0.3(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedjson5@1.0.2(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedsource-map-loader@0.2.4(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyargs@11.1.1(transitive)
- Removedyargs-parser@9.0.2(transitive)
Updatedfs-extra@^7.0.0
Updatedjsii-spec@^0.7.2
Updatedyargs@^12.0.1