Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-function-bind

Package Overview
Dependencies
Maintainers
6
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-function-bind - npm Package Compare versions

Comparing version 7.0.0-beta.38 to 7.0.0-beta.39

2

lib/index.js

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

var staticContext = getStaticContext(bind, scope);
if (staticContext) return _core.types.cloneDeep(staticContext);
if (staticContext) return _core.types.cloneNode(staticContext);
var tempId = getTempId(scope);

@@ -30,0 +30,0 @@

{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.0.0-beta.38",
"version": "7.0.0-beta.39",
"description": "Compile function bind operator to ES5",

@@ -12,11 +12,11 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",

"dependencies": {
"@babel/plugin-syntax-function-bind": "7.0.0-beta.38"
"@babel/plugin-syntax-function-bind": "7.0.0-beta.39"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.38"
"@babel/core": "7.0.0-beta.39"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.38",
"@babel/helper-plugin-test-runner": "7.0.0-beta.38"
"@babel/core": "7.0.0-beta.39",
"@babel/helper-plugin-test-runner": "7.0.0-beta.39"
}
}
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