@concordium/common-sdk
Advanced tools
Comparing version
@@ -572,3 +572,3 @@ "use strict"; | ||
const listLengthBuffer = serializeLength(bytes.length, schema.sizeLength); | ||
return buffer_1.Buffer.from([listLengthBuffer, bytes]); | ||
return buffer_1.Buffer.concat([listLengthBuffer, bytes]); | ||
} | ||
@@ -575,0 +575,0 @@ exports.serializeByteList = serializeByteList; |
100
package.json
{ | ||
"name": "@concordium/common-sdk", | ||
"version": "2.1.0", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"/lib/**/*" | ||
], | ||
"devDependencies": { | ||
"@types/bs58check": "^2.1.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/json-bigint": "^1.0.1", | ||
"@types/uuid": "^8.3.4", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"babel-jest": "^27.0.6", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^4.2.5", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^12.0.2", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.5" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"tabWidth": 4 | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --cache --ext .ts,.tsx --max-warnings 0", | ||
"lint-fix": "yarn --silent lint --fix; exit 0", | ||
"test": "jest", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@concordium/rust-bindings": "0.1.1", | ||
"@noble/ed25519": "^1.6.0", | ||
"bs58check": "^2.1.2", | ||
"buffer": "^6.0.3", | ||
"cross-fetch": "3.1.5", | ||
"hash.js": "^1.1.7", | ||
"json-bigint": "^1.0.0", | ||
"uuid": "^8.3.2" | ||
} | ||
} | ||
"name": "@concordium/common-sdk", | ||
"version": "2.1.1", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"/lib/**/*" | ||
], | ||
"devDependencies": { | ||
"@types/bs58check": "^2.1.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/json-bigint": "^1.0.1", | ||
"@types/uuid": "^8.3.4", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"babel-jest": "^27.0.6", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^4.2.5", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^12.0.2", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.5" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"tabWidth": 4 | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --cache --ext .ts,.tsx --max-warnings 0", | ||
"lint-fix": "yarn --silent lint --fix; exit 0", | ||
"test": "jest", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@concordium/rust-bindings": "0.1.1", | ||
"@noble/ed25519": "^1.6.0", | ||
"bs58check": "^2.1.2", | ||
"buffer": "^6.0.3", | ||
"cross-fetch": "3.1.5", | ||
"hash.js": "^1.1.7", | ||
"json-bigint": "^1.0.0", | ||
"uuid": "^8.3.2" | ||
} | ||
} |
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
270930
0.56%56
1.82%0
-100%