Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blockmap

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockmap - npm Package Compare versions

Comparing version 3.4.3 to 4.0.0-typescript-0ea0a4837bfc224c2663be2c9d3f628144385674

js/blockmap.d.ts

6

CHANGELOG.md

@@ -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 @@

32

package.json
{
"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',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc