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.11 to 0.0.14

2

package.json
{
"name": "@std-uritemplate/std-uritemplate",
"version": "0.0.11",
"version": "0.0.14",
"description": "std-uritemplate implementation for TS/JS",

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

@@ -10,2 +10,3 @@ # std-uritemplate

[![PyPI Version](https://img.shields.io/pypi/v/std-uritemplate.svg?style=flat&color=green)](https://pypi.python.org/pypi/std-uritemplate)
[![NuGet Version](https://img.shields.io/nuget/v/Std.UriTemplate.svg?style=flat&color=green)](https://www.nuget.org/packages/Std.UriTemplate/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/std-uritemplate/std-uritemplate/blob/main/Contributing.md)

@@ -23,2 +24,3 @@

| Go | ✅ | ✅ | ✅ |
| C# | ✅ | ✅ | ✅ |

@@ -109,2 +111,20 @@ ## Usage

### C#
Install the package:
```bash
dotnet add package Std.UriTemplate
```
and use it:
```csharp
using stduritemplate;
...
StdUriTemplate.Expand(template, substitutions);
```
## Design decisions

@@ -111,0 +131,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