Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tamagui/babel-plugin-fully-specified

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/babel-plugin-fully-specified - npm Package Compare versions

Comparing version 1.100.6 to 1.101.0

2

package.json
{
"name": "@tamagui/babel-plugin-fully-specified",
"version": "1.100.6",
"version": "1.101.0",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "types": "./types/index.d.ts",

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

import type { ConfigAPI, NodePath } from '@babel/core';
import type { ConfigAPI, NodePath, PluginPass } from '@babel/core';
import type { ImportSpecifier, ImportDeclaration, ExportAllDeclaration, StringLiteral, ExportSpecifier, ExportDeclaration, ExportNamedDeclaration } from '@babel/types';

@@ -21,5 +21,5 @@ type ImportDeclarationFunc = (specifiers: Array<ImportSpecifier>, source: StringLiteral) => ImportDeclaration;

visitor: {
ImportDeclaration: (path: any, { file: { opts: { filename }, }, }: PluginPass) => void;
ExportNamedDeclaration: (path: any, { file: { opts: { filename }, }, }: PluginPass) => void;
ExportAllDeclaration: (path: any, { file: { opts: { filename }, }, }: PluginPass) => void;
ImportDeclaration: (path: PathDeclaration, { file: { opts: { filename }, }, }: PluginPass) => void;
ExportNamedDeclaration: (path: PathDeclaration, { file: { opts: { filename }, }, }: PluginPass) => void;
ExportAllDeclaration: (path: PathDeclaration, { file: { opts: { filename }, }, }: PluginPass) => void;
};

@@ -26,0 +26,0 @@ };

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