New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-edit-this-page

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-edit-this-page - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

4

dist/babel-plugin.js

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

var child_process_1 = require("child_process");
var debug = console.log;
var debug = process.env.NODE_ENV === 'test' ? console.log : function (x) { return ''; };
exports.babelPlugin = function (babel, _a) {

@@ -63,3 +63,3 @@ var _b = _a.editableFiles, editableFiles = _b === void 0 ? '**' : _b, _c = _a.githubUrl, githubUrl = _c === void 0 ? '' : _c, _d = _a.branch, branch = _d === void 0 ? 'master' : _d;

};
console.log("injecting variables to window: " + JSON.stringify(toInject, null, 4));
debug("injecting variables to window: " + JSON.stringify(toInject, null, 4));
// babel source code is the transformed markdown, we need the original source code

@@ -66,0 +66,0 @@ // console.log(path.extname(filePath))

{
"name": "babel-plugin-edit-this-page",
"_": "[bump]",
"version": "0.0.25",
"version": "0.0.26",
"description": "Babel plugin for edit-this-page",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

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