Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/helper-bindify-decorators

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-bindify-decorators - npm Package Compare versions

Comparing version 7.0.0-beta.47 to 7.0.0-beta.48

16

lib/index.js

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

t = function t() {
t = function () {
return data;

@@ -22,15 +22,3 @@ };

function bindifyDecorators(decorators) {
for (var _iterator = decorators, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
var _ref;
if (_isArray) {
if (_i >= _iterator.length) break;
_ref = _iterator[_i++];
} else {
_i = _iterator.next();
if (_i.done) break;
_ref = _i.value;
}
const decoratorPath = _ref;
for (const decoratorPath of decorators) {
const decorator = decoratorPath.node;

@@ -37,0 +25,0 @@ const expression = decorator.expression;

6

package.json
{
"name": "@babel/helper-bindify-decorators",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Helper function to bindify decorators",

@@ -9,5 +9,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",

"dependencies": {
"@babel/traverse": "7.0.0-beta.47",
"@babel/types": "7.0.0-beta.47"
"@babel/traverse": "7.0.0-beta.48",
"@babel/types": "7.0.0-beta.48"
}
}
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