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

@babel/helpers

Package Overview
Dependencies
Maintainers
4
Versions
148
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.1.0 to 7.1.1

2

lib/helpers.js

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

} else if (def.kind === "field") {
descriptor = { configurable: true, writable: true, enumerable: false };
descriptor = { configurable: true, writable: true, enumerable: true };
}

@@ -1179,0 +1179,0 @@

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

@@ -14,5 +14,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"@babel/template": "^7.1.0",
"@babel/template": "^7.1.1",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.1.1"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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