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

@arcteryx/js-url

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/js-url - npm Package Compare versions

Comparing version 1.23.1-alpha.30 to 1.23.1-alpha.31

2

dist/cjs/index.js

@@ -17,3 +17,3 @@ 'use strict';

* @brief Converts the product model to match the new PDP model URL.
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* @param model

@@ -20,0 +20,0 @@ * @returns {String} convertedModel

@@ -13,3 +13,3 @@ /**

* @brief Converts the product model to match the new PDP model URL.
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* @param model

@@ -16,0 +16,0 @@ * @returns {String} convertedModel

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.ARCTERYX = {}));
(factory((global.ARCTERYX = {})));
}(this, (function (exports) { 'use strict';

@@ -19,3 +19,3 @@

* @brief Converts the product model to match the new PDP model URL.
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* Specifically for womens products ending -w or products with periods in them (e.g. B.A.C hat)
* @param model

@@ -22,0 +22,0 @@ * @returns {String} convertedModel

{
"name": "@arcteryx/js-url",
"version": "1.23.1-alpha.30+00768ed",
"version": "1.23.1-alpha.31+9c7710f",
"source": "src/index.js",

@@ -12,3 +12,4 @@ "main": "dist/cjs/index.js",

},
"gitHead": "00768edc23f79312d0817f0639dd042330b34b2e"
"license": "ISC",
"gitHead": "9c7710fc2e5bdeb0010c39f8d8dca096ed4a72b3"
}
# ARCTERYX.js
ARCTERYX JavaScript URL.
ARCTERYX JavaScript URL

@@ -14,2 +14,3 @@ This package is an ES Module that you can include in source code to access a list of helper functions.

Build and test locally like this:
```

@@ -16,0 +17,0 @@ npm install

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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