Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
6
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-runtime - npm Package Compare versions

Comparing version 7.16.10 to 7.17.0

2

lib/get-runtime-path/index.js

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

function resolveFSPath(path) {
return require.resolve(path);
return require.resolve(path).replace(/\\/g, "/");
}
{
"name": "@babel/plugin-transform-runtime",
"version": "7.16.10",
"version": "7.17.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -34,10 +34,10 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/core": "^7.17.0",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/helpers": "^7.16.7",
"@babel/preset-env": "^7.16.10",
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@babel/helpers": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.0",
"@babel/runtime-corejs3": "^7.17.0",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.8",
"@babel/types": "^7.17.0",
"make-dir": "^2.1.0"

@@ -44,0 +44,0 @@ },

@@ -37,3 +37,3 @@ import path from "path";

export function resolveFSPath(path) {
return require.resolve(path);
return require.resolve(path).replace(/\\/g, "/");
}
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