You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/template

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/template - npm Package Compare versions

Comparing version
8.0.0-alpha.16
to
8.0.0-alpha.17
+1
-1
lib/index.js

@@ -62,3 +62,3 @@ import * as _t from '@babel/types';

for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (e.includes(n)) continue;
if (-1 !== e.indexOf(n)) continue;
t[n] = r[n];

@@ -65,0 +65,0 @@ }

{
"name": "@babel/template",
"version": "8.0.0-alpha.16",
"version": "8.0.0-alpha.17",
"description": "Generate an AST from a string template.",

@@ -19,5 +19,5 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/code-frame": "^8.0.0-alpha.16",
"@babel/parser": "^8.0.0-alpha.16",
"@babel/types": "^8.0.0-alpha.16"
"@babel/code-frame": "^8.0.0-alpha.17",
"@babel/parser": "^8.0.0-alpha.17",
"@babel/types": "^8.0.0-alpha.17"
},

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