Socket
Socket
Sign inDemoInstall

@std-uritemplate/std-uritemplate

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@std-uritemplate/std-uritemplate - npm Package Compare versions

Comparing version 0.0.52 to 0.0.53

2

dist/index.js

@@ -276,3 +276,3 @@ "use strict";

}
let toAppend = Buffer.from(character, 'utf-8').toString();
let toAppend = character;
if (StdUriTemplate.isSurrogate(character)) {

@@ -279,0 +279,0 @@ toAppend = encodeURIComponent(stringValue.charAt(i) + stringValue.charAt(i + 1));

{
"name": "@std-uritemplate/std-uritemplate",
"version": "0.0.52",
"version": "0.0.53",
"description": "std-uritemplate implementation for TS/JS",

@@ -5,0 +5,0 @@ "scripts": {

@@ -301,3 +301,3 @@ type Substitutions = { [key: string]: any };

let toAppend: string = Buffer.from(character, 'utf-8').toString();
let toAppend: string = character;
if (StdUriTemplate.isSurrogate(character)) {

@@ -304,0 +304,0 @@ toAppend = encodeURIComponent(stringValue.charAt(i) + stringValue.charAt(i + 1));

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