Socket
Socket
Sign inDemoInstall

@babel/helpers

Package Overview
Dependencies
Maintainers
6
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helpers - npm Package Compare versions

Comparing version 7.7.4 to 7.8.0

4

lib/helpers.js

@@ -390,4 +390,4 @@ "use strict";

for (var i = 1; i < arguments.length; i++) {
var source = (arguments[i] != null) ? arguments[i] : {};
var ownKeys = Object.keys(Object(source));
var source = (arguments[i] != null) ? Object(arguments[i]) : {};
var ownKeys = Object.keys(source);
if (typeof Object.getOwnPropertySymbols === 'function') {

@@ -394,0 +394,0 @@ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {

{
"name": "@babel/helpers",
"version": "7.7.4",
"version": "7.8.0",
"description": "Collection of helper functions used by Babel transforms.",

@@ -8,2 +8,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"license": "MIT",
"type": "commonjs",
"publishConfig": {

@@ -15,10 +16,10 @@ "access": "public"

"dependencies": {
"@babel/template": "^7.7.4",
"@babel/traverse": "^7.7.4",
"@babel/types": "^7.7.4"
"@babel/template": "^7.8.0",
"@babel/traverse": "^7.8.0",
"@babel/types": "^7.8.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.7.4"
"@babel/helper-plugin-test-runner": "^7.8.0"
},
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
}
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