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

@rentspree/path

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentspree/path - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

24

dist/index.js

@@ -6,14 +6,24 @@ "use strict";

});
exports.query = exports.setErrorClass = exports.buildPath = undefined;
var _path = require("./path");
Object.defineProperty(exports, "buildPath", {
enumerable: true,
get: function () {
return _path.buildPath;
}
});
Object.defineProperty(exports, "setErrorClass", {
enumerable: true,
get: function () {
return _path.setErrorClass;
}
});
var _queryString = require("./query-string");
exports.default = {
buildPath: _path.buildPath,
setErrorClass: _path.setErrorClass,
query: {
parse: _queryString.parse,
stringify: _queryString.stringify
}
const query = exports.query = {
parse: _queryString.parse,
stringify: _queryString.stringify
};
{
"name": "@rentspree/path",
"version": "0.1.0",
"version": "0.1.1",
"description": "URL path params/query resolve with ease",

@@ -5,0 +5,0 @@ "license": "MIT",

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