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

@babel/helper-define-map

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-define-map - npm Package Compare versions

Comparing version 7.1.0 to 7.4.0

2

lib/index.js

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

function hasComputed(mutatorMap) {
for (const key in mutatorMap) {
for (const key of Object.keys(mutatorMap)) {
if (mutatorMap[key]._computed) {

@@ -119,0 +119,0 @@ return true;

{
"name": "@babel/helper-define-map",
"version": "7.1.0",
"version": "7.4.0",
"description": "Helper function to define a map",

@@ -13,5 +13,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",

"@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.0.0",
"lodash": "^4.17.10"
}
"@babel/types": "^7.4.0",
"lodash": "^4.17.11"
},
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804"
}

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