hydrogen-sfdgspsdmq-test1 0.0.1-security → 2024.1.14

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hydrogen-sfdgspsdmq-test1 might be problematic. Click here for more details.

package/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2023-present, Shopify Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,5 +1,22 @@
1
- # Security holding package
1
+ <div align="center">
2
2
 
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
3
+ # Hydrogen
4
4
 
5
- Please refer to www.npmjs.com/advisories?search=hydrogen-sfdgspsdmq-test1 for more information.
5
+ [![MIT License](https://img.shields.io/github/license/shopify/hydrogen)](LICENSE.md)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@shopify/hydrogen.svg?sanitize=true)](https://npmcharts.com/compare/@shopify/hydrogen?minimal=true)
7
+
8
+ Hydrogen is Shopify’s stack for headless commerce. It provides a set of tools, utilities, and best-in-class examples for building dynamic and performant commerce applications. Hydrogen is designed to dovetail with [Remix](https://remix.run/), Shopify’s full stack web framework, but it also provides a React library portable to other supporting frameworks.
9
+
10
+ **Create a Hydrogen app**
11
+
12
+ ```bash
13
+ npm create @shopify/hydrogen@latest
14
+ ```
15
+
16
+ </div>
17
+
18
+ - Interested in contributing to Hydrogen? [Read our contributing guide](../../CONTRIBUTING.md)
19
+ - Want to learn more? [Check out the Hydrogen docs on Shopify.dev](https://shopify.dev/custom-storefronts/hydrogen)
20
+ - Have questions? [Discord](https://discord.gg/Hefq6w5c5d)
21
+ - Upgrading from a previous version? [View the Changelog](./packages/hydrogen/CHANGELOG.md)
22
+ - Looking for Hydrogen v1? [The source code has been moved](https://github.com/Shopify/hydrogen-v1)