Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
59
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10

2

lib/index.js

@@ -54,3 +54,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare((api, opts) => {
api.assertVersion("8.0.0-alpha.9");
api.assertVersion("8.0.0-alpha.10");
const targets = api.targets();

@@ -57,0 +57,0 @@ const supportsObjectAssign = !isRequired("Object.assign", targets, {

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

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

"dependencies": {
"@babel/helper-compilation-targets": "^8.0.0-alpha.9",
"@babel/helper-plugin-utils": "^8.0.0-alpha.9",
"@babel/plugin-transform-parameters": "^8.0.0-alpha.9"
"@babel/helper-compilation-targets": "^8.0.0-alpha.10",
"@babel/helper-plugin-utils": "^8.0.0-alpha.10",
"@babel/plugin-transform-parameters": "^8.0.0-alpha.10"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.9"
"@babel/core": "^8.0.0-alpha.10"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.9",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9",
"@babel/parser": "^8.0.0-alpha.9"
"@babel/core": "^8.0.0-alpha.10",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10",
"@babel/parser": "^8.0.0-alpha.10"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc