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

babel-plugin-remote-import

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-remote-import - npm Package Compare versions

Comparing version 0.0.1-pre to 0.0.1-pre2

4

dist/index.js

@@ -32,6 +32,6 @@ "use strict";

// Should we version this with a hash?
const resourcePath = path.join(os.tmpdir(), resourceName);
const resourcePath = path.resolve(path.join(os.tmpdir(), resourceName));
// Create a temporary file
const fst = fs.createWriteStream(resourceName);
const fst = fs.createWriteStream(resourcePath);
// And replace the import declaration with the new filepath

@@ -38,0 +38,0 @@ const repl = types.ImportDeclaration(p.node.specifiers, types.stringLiteral(resourcePath));

{
"name": "babel-plugin-remote-import",
"version": "0.0.1-pre",
"version": "0.0.1-pre2",
"description": "Enables import of remote files",

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

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