🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@babel/plugin-transform-arrow-functions

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-arrow-functions - npm Package Compare versions

Comparing version
8.0.0-beta.0
to
8.0.0-beta.1
+1
-1
lib/index.js
import { declare } from '@babel/helper-plugin-utils';
var index = declare((api, options) => {
api.assertVersion("8.0.0-beta.0");
api.assertVersion("8.0.0-beta.1");
const noNewArrows = api.assumption("noNewArrows") ?? !options.spec;

@@ -6,0 +6,0 @@ return {

{
"name": "@babel/plugin-transform-arrow-functions",
"version": "8.0.0-beta.0",
"version": "8.0.0-beta.1",
"description": "Compile ES2015 arrow functions to ES5",

@@ -20,12 +20,12 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-beta.0"
"@babel/helper-plugin-utils": "^8.0.0-beta.1"
},
"peerDependencies": {
"@babel/core": "^8.0.0-beta.0"
"@babel/core": "^8.0.0-beta.1"
},
"devDependencies": {
"@babel/core": "^8.0.0-beta.0",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.0",
"@babel/traverse": "^8.0.0-beta.0",
"@babel/types": "^8.0.0-beta.0"
"@babel/core": "^8.0.0-beta.1",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.1",
"@babel/traverse": "^8.0.0-beta.1",
"@babel/types": "^8.0.0-beta.1"
},

@@ -32,0 +32,0 @@ "engines": {