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.54 to 0.0.55

dist/index.cjs

5

dist/index.d.ts
type Substitutions = {
[key: string]: any;
};
export declare class StdUriTemplate {
declare class StdUriTemplate {
static expand(template: string, substitutions: Substitutions): string;

@@ -29,2 +29,3 @@ private static validateLiteral;

}
export {};
export { StdUriTemplate };

25

package.json
{
"name": "@std-uritemplate/std-uritemplate",
"version": "0.0.54",
"version": "0.0.55",
"description": "std-uritemplate implementation for TS/JS",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
"build": "unbuild",
"clean": "rimraf ./dist"
},

@@ -16,4 +16,14 @@ "keywords": [

"license": "APACHE2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {

@@ -28,5 +38,8 @@ "type": "git",

"devDependencies": {
"puppeteer": "^22.4.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"unbuild": "^2.0.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