New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

context

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

context - npm Package Compare versions

Comparing version 3.0.31-dev-20240731-1b50 to 3.0.31-dev-20240807-42bc

vitest.config.ts

4

package.json
{
"version": "3.0.31-dev-20240731-1b50",
"version": "3.0.31-dev-20240807-42bc",
"license": "MIT",

@@ -14,3 +14,3 @@ "main": "./dist/cjs/context.js",

"dependencies": {
"vest-utils": "1.3.1-dev-20240731-1b50"
"vest-utils": "1.3.1-dev-20240807-42bc"
},

@@ -17,0 +17,0 @@ "module": "./dist/es/context.production.js",

@@ -149,3 +149,3 @@ # Context 🪆

const context = ctx.useX(
'handleCart was called outside of a running context'
'handleCart was called outside of a running context',
); // { cart: { items: [ 'foo', 'bar' ] } }

@@ -152,0 +152,0 @@ // This throws an error if we're not within a `run` call.

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

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