Socket
Socket
Sign inDemoInstall

@babel/helper-annotate-as-pure

Package Overview
Dependencies
4
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.4-esm.4 to 7.22.5

10

lib/index.js

@@ -1,2 +0,8 @@

import * as _t from "@babel/types";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = annotateAsPure;
var _t = require("@babel/types");
const {

@@ -9,3 +15,3 @@ addComment

}) => !!leadingComments && leadingComments.some(comment => /[@#]__PURE__/.test(comment.value));
export default function annotateAsPure(pathOrNode) {
function annotateAsPure(pathOrNode) {
const node = pathOrNode["node"] || pathOrNode;

@@ -12,0 +18,0 @@ if (isPureAnnotated(node)) {

6

package.json
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.21.4-esm.4",
"version": "7.22.5",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@babel/types": "7.21.4-esm.4"
"@babel/types": "^7.22.5"
},

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

"author": "The Babel Team (https://babel.dev/team)",
"type": "module"
"type": "commonjs"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc