Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-function-bind

Package Overview
Dependencies
Maintainers
4
Versions
75
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.18.9 to 7.22.5

lib/index.js.map

17

lib/index.js

@@ -7,12 +7,7 @@ "use strict";

exports.default = void 0;
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxFunctionBind = require("@babel/plugin-syntax-function-bind");
var _core = require("@babel/core");
var _default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);
function getTempId(scope) {

@@ -24,3 +19,2 @@ let id = scope.path.getData("functionBind");

}
function getObject(bind) {

@@ -30,6 +24,4 @@ if (_core.types.isExpression(bind.object)) {

}
return bind.callee.object;
}
function getStaticContext(bind, scope) {

@@ -39,3 +31,2 @@ const object = getObject(bind);

}
function inferBindContext(bind, scope) {

@@ -45,3 +36,2 @@ const staticContext = getStaticContext(bind, scope);

const tempId = getTempId(scope);
if (bind.object) {

@@ -52,6 +42,4 @@ bind.callee = _core.types.sequenceExpression([_core.types.assignmentExpression("=", tempId, bind.object), bind.callee]);

}
return _core.types.cloneNode(tempId);
}
return {

@@ -71,3 +59,2 @@ name: "proposal-function-bind",

},
BindExpression(path) {

@@ -81,7 +68,7 @@ const {

}
}
};
});
exports.default = _default;
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.18.9",
"version": "7.22.5",
"description": "Compile function bind operator to ES5",

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/plugin-syntax-function-bind": "^7.18.6"
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-function-bind": "^7.22.5"
},

@@ -28,4 +28,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/helper-plugin-test-runner": "^7.18.6"
"@babel/core": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5"
},

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

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