Socket
Socket
Sign inDemoInstall

webcrypto-core

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypto-core - npm Package Compare versions

Comparing version 1.0.21 to 1.1.0

2

build/webcrypto-core.es.js

@@ -1146,3 +1146,3 @@ /**

newValue.set(bytes, 1);
return new Integer({ valueHex: newValue });
return new Integer({ valueHex: newValue.buffer });
}

@@ -1149,0 +1149,0 @@ return new Integer({ valueHex: value });

@@ -1149,3 +1149,3 @@ /**

newValue.set(bytes, 1);
return new asn1.Integer({ valueHex: newValue });
return new asn1.Integer({ valueHex: newValue.buffer });
}

@@ -1152,0 +1152,0 @@ return new asn1.Integer({ valueHex: value });

{
"name": "webcrypto-core",
"version": "1.0.21",
"version": "1.1.0",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",

@@ -44,20 +44,21 @@ "main": "build/webcrypto-core.js",

"dependencies": {
"@peculiar/asn1-schema": "^1.1.2",
"@peculiar/asn1-schema": "^2.0.1",
"@peculiar/json-schema": "^1.1.10",
"asn1js": "^2.0.26",
"pvtsutils": "^1.0.10",
"tslib": "^1.11.1"
"tslib": "^1.11.2"
},
"devDependencies": {
"@types/asn1js": "0.0.1",
"@types/mocha": "^7.0.2",
"@types/node": "^10.17.20",
"coveralls": "^3.0.11",
"mocha": "^7.1.1",
"@types/node": "^10.17.21",
"coveralls": "^3.1.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rollup": "^2.6.1",
"rollup": "^2.8.0",
"rollup-plugin-typescript2": "^0.26.0",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"typescript": "^3.8.3"

@@ -64,0 +65,0 @@ },

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