Socket
Socket
Sign inDemoInstall

@babel/code-frame

Package Overview
Dependencies
11
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.3 to 7.10.1

2

lib/index.js

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

}, loc.start);
const endLoc = Object.assign({}, startLoc, {}, loc.end);
const endLoc = Object.assign(Object.assign({}, startLoc), loc.end);
const {

@@ -35,0 +35,0 @@ linesAbove = 2,

{
"name": "@babel/code-frame",
"version": "7.8.3",
"version": "7.10.1",
"description": "Generate errors that contain a code frame that point to source locations.",

@@ -11,6 +11,10 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-code-frame"
},
"main": "lib/index.js",
"dependencies": {
"@babel/highlight": "^7.8.3"
"@babel/highlight": "^7.10.1"
},

@@ -21,3 +25,3 @@ "devDependencies": {

},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc