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

@tamagui/build

Package Overview
Dependencies
Maintainers
1
Versions
1208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/build - npm Package Compare versions

Comparing version 1.111.9 to 1.111.10

4

__tests__/fixtures/simple-package/package.json
{
"name": "tamagui-build-test-simple-tpackage",
"version": "1.111.9",
"version": "1.111.10",
"main": "dist/cjs/index.js",

@@ -19,5 +19,5 @@ "module": "dist/esm/index.mjs",

"devDependencies": {
"@tamagui/build": "1.111.9",
"@tamagui/build": "1.111.10",
"typescript": "^5.5.2"
}
}
{
"name": "tamagui-build-test-watch-package",
"version": "1.111.9",
"version": "1.111.10",
"main": "dist/cjs/index.js",

@@ -19,5 +19,5 @@ "module": "dist/esm/index.mjs",

"devDependencies": {
"@tamagui/build": "1.111.9",
"@tamagui/build": "1.111.10",
"typescript": "^5.5.2"
}
}
{
"name": "@tamagui/build",
"version": "1.111.9",
"version": "1.111.10",
"bin": {

@@ -17,3 +17,3 @@ "tamagui-build": "tamagui-build.js",

"@swc/core": "^1.7.21",
"@tamagui/babel-plugin-fully-specified": "1.111.9",
"@tamagui/babel-plugin-fully-specified": "1.111.10",
"@types/fs-extra": "^9.0.13",

@@ -20,0 +20,0 @@ "babel-plugin-fully-specified": "*",

@@ -684,4 +684,7 @@ #!/usr/bin/env node

if (!file) return
const { path, contents } = file
if (!path.endsWith('.js')) return
// for web do mjs, for native keep js since rollup gets confused when you have both

@@ -688,0 +691,0 @@ const mjsOutPath = platform === 'native' ? path : path.replace('.js', '.mjs')

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