Comparing version 3.4.3 to 4.0.0-typescript-0ea0a4837bfc224c2663be2c9d3f628144385674
@@ -7,2 +7,8 @@ # Change Log | ||
## 4.0.0 - 2019-03-26 | ||
* Change licence MIT -> Apache [Alexis Svinartchouk] | ||
* Add licence in each ts file [Alexis Svinartchouk] | ||
* Convert to typescript [Alexis Svinartchouk] | ||
## v3.4.3 - 2018-06-01 | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "blockmap", | ||
"version": "3.4.3", | ||
"version": "4.0.0-typescript-0ea0a4837bfc224c2663be2c9d3f628144385674", | ||
"description": "Tizen's block map format", | ||
@@ -14,16 +14,20 @@ "license": "MIT", | ||
], | ||
"main": "lib/blockmap.js", | ||
"files": "js/*", | ||
"main": "js/index.js", | ||
"dependencies": { | ||
"bloodline": "^1.0.0", | ||
"debug": "^3.1.0", | ||
"htmlparser2": "^3.9.2", | ||
"xml": "^1.0.1" | ||
"xml-js": "^1.6.11" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.2", | ||
"@types/htmlparser2": "^3.7.31", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^6.14.4", | ||
"@types/xml": "^1.0.3", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"mocha": "^5.2.0", | ||
"nanobench": "^2.1.1" | ||
"mocha": "^6.0.2", | ||
"resin-lint": "^3.0.1", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.3.4000" | ||
}, | ||
"peerDependencies": {}, | ||
"optionalDependencies": {}, | ||
"homepage": "https://github.com/resin-io-modules/blockmap", | ||
@@ -38,6 +42,10 @@ "repository": { | ||
"scripts": { | ||
"test": "mocha test/*.js", | ||
"benchmark": "nanobench benchmark/*.js", | ||
"doc": "jsdoc2md 'lib/**/*.js' --separators --param-list-format list > doc/README.md" | ||
"build": "tsc", | ||
"prettier": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"lib/**/*.ts\" \"test/**/*.ts\" \"benchmark/**/*.ts\"", | ||
"lint": "resin-lint --typescript benchmark lib test", | ||
"test": "mocha -r ts-node/register test/*.ts", | ||
"benchmark": "ts-node benchmark/blockmap.ts", | ||
"doc": "jsdoc2md 'js/**/*.js' --separators --param-list-format list > doc/README.md", | ||
"prepublishOnly": "npm run lint && npm run test && npm run benchmark && npm run build && npm run doc" | ||
} | ||
} |
@@ -38,4 +38,4 @@ # Blockmap | ||
blockSize: 4096, | ||
blockCount: 201, | ||
mappedBlockCount: 117, | ||
blocksCount: 201, | ||
mappedBlocksCount: 117, | ||
checksum: '44e9d58de533d5eb94f8232cff22b2e6d71b15d369c2ac2af461c63164cce324', | ||
@@ -42,0 +42,0 @@ checksumType: 'sha256', |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
119307
2
42
2189
10
1
1
2
2
+ Addedxml-js@^1.6.11
+ Addedsax@1.4.1(transitive)
+ Addedxml-js@1.6.11(transitive)
- Removedbloodline@^1.0.0
- Removedhtmlparser2@^3.9.2
- Removedxml@^1.0.1
- Removedbloodline@1.0.1(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.12.3.0(transitive)
- Removeddomhandler@2.4.2(transitive)
- Removeddomutils@1.7.0(transitive)
- Removedentities@1.1.22.2.0(transitive)
- Removedhtmlparser2@3.10.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedxml@1.0.1(transitive)