Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-object-rest-spread

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-object-rest-spread - npm Package Compare versions

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

3

lib/index.js
import { declare } from '@babel/helper-plugin-utils';
import syntaxObjectRestSpread from '@babel/plugin-syntax-object-rest-spread';
import { types } from '@babel/core';

@@ -211,3 +210,3 @@ import { convertFunctionParams } from '@babel/plugin-transform-parameters';

name: "transform-object-rest-spread",
inherits: syntaxObjectRestSpread.default,
inherits: undefined,
visitor: {

@@ -214,0 +213,0 @@ Function(path) {

{
"name": "@babel/plugin-transform-object-rest-spread",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Compile object rest and spread to ES5",

@@ -20,15 +20,14 @@ "repository": {

"dependencies": {
"@babel/compat-data": "^8.0.0-alpha.1",
"@babel/helper-compilation-targets": "^8.0.0-alpha.1",
"@babel/helper-plugin-utils": "^8.0.0-alpha.1",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "^8.0.0-alpha.1"
"@babel/compat-data": "^8.0.0-alpha.2",
"@babel/helper-compilation-targets": "^8.0.0-alpha.2",
"@babel/helper-plugin-utils": "^8.0.0-alpha.2",
"@babel/plugin-transform-parameters": "^8.0.0-alpha.2"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.1",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.1",
"@babel/parser": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2",
"@babel/parser": "^8.0.0-alpha.2"
},

@@ -35,0 +34,0 @@ "engines": {

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