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

shopping-cart-provider

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopping-cart-provider - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "shopping-cart-provider",
"version": "1.0.0",
"version": "1.0.1",
"description": "The shopping-cart-provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the shopping-cart-provider",

@@ -34,8 +34,8 @@ "main": "lib/index.js",

"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"typescript": "^5.0.2"
},

@@ -48,4 +48,4 @@ "peerDependencies": {

"type": "git",
"url": "git+https://github.com/ng-codes/advance-shopping-cart"
"url": "git+https://github.com/ng-codes/shopping-cart-provider"
}
}

@@ -1,4 +0,4 @@

# Advance shopping cart provider
# Shopping cart provider
The advance-shopping-cart provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the advance-shopping-cart.
The advance-shopping-cart provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the shopping-cart-provider.

@@ -14,3 +14,3 @@ ## Authors

```bash
npm i advance-shopping-cart
npm i shopping-cart-provider
```

@@ -20,6 +20,6 @@

Shopping cart provider component can be imported from `advance-shopping-cart` and can be placed in react component tree.
Shopping cart provider component can be imported from `shopping-cart-provider` and can be placed in react component tree.
```React
import useShoppingCartProvider from 'advance-shopping-cart'
import useShoppingCartProvider from 'shopping-cart-provider'

@@ -26,0 +26,0 @@ function App() {

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