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

@yarnpkg/json-proxy

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/json-proxy - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0-rc.1

2

lib/makeUpdater.js

@@ -18,3 +18,3 @@ "use strict";

obj = {};
const tracker = makeTracker_1.makeTracker(obj);
const tracker = (0, makeTracker_1.makeTracker)(obj);
const initial = tracker.immutable;

@@ -21,0 +21,0 @@ return {

{
"name": "@yarnpkg/json-proxy",
"version": "2.1.1",
"version": "3.0.0-rc.1",
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"dependencies": {
"@yarnpkg/fslib": "^2.5.0",
"@yarnpkg/fslib": "^3.0.0-rc.1",
"tslib": "^1.13.0"

@@ -28,5 +28,6 @@ },

"engines": {
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
"node": ">=14.15.0"
},
"stableVersion": "2.1.1",
"typings": "./lib/index.d.ts"
}
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