Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0-next-03ba92 to 2.0.0-next-9f9b97

dist/cjs/context.js

3

CHANGELOG.md

@@ -7,3 +7,3 @@ # context - Changelog

## 2.0.0 - 2021-11-20
## 2.0.0 - 2021-11-24
### Changed or removed

@@ -19,2 +19,3 @@ - 7c43eab major(context): used named export in context (ealush)

### Fixed and improved
- 9f9b970 vx: improve package.json generation (ealush)
- f721b2d patch(vest): replace warns boolean flag with enum (ealush)

@@ -21,0 +22,0 @@ - bed7040 vx: add back to workspace (ealush)

{
"version": "2.0.0-next-03ba92",
"version": "2.0.0-next-9f9b97",
"license": "MIT",

@@ -30,6 +30,6 @@ "main": "./dist/cjs/context.js",

"import": "./dist/es/context.production.js",
"require": "./dist/cjs/context.js",
"node": "./dist/cjs/context.js",
"require": "./dist/cjs/context.production.js",
"node": "./dist/cjs/context.production.js",
"module": "./dist/es/context.production.js",
"default": "./dist/cjs/context.js"
"default": "./dist/cjs/context.production.js"
},

@@ -36,0 +36,0 @@ "./package.json": "./package.json",

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