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

@azure/core-util

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-util - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

dist-esm/src/bytesEncoding.browser.js

@@ -81,3 +81,3 @@ // Copyright (c) Microsoft Corporation.

export function base64ToUint8Array(value) {
return new TextEncoder().encode(atob(value));
return new Uint8Array([...atob(value)].map((x) => x.charCodeAt(0)));
}

@@ -84,0 +84,0 @@ /**

{
"name": "@azure/core-util",
"version": "1.6.0",
"version": "1.6.1",
"description": "Core library for shared utility methods",

@@ -106,3 +106,3 @@ "sdk-type": "client",

"sinon": "^15.0.0",
"typescript": "~5.0.0",
"typescript": "~5.2.0",
"util": "^0.12.1",

@@ -109,0 +109,0 @@ "ts-node": "^10.0.0"

Sorry, the diff of this file is not supported yet

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