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

rolldown

Package Overview
Dependencies
Maintainers
0
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rolldown - npm Package Compare versions

Comparing version 0.14.0-snapshot-3f73e6d-20241116003400 to 0.14.0-snapshot-4b84829-20241117003623

dist/shared/src_index-LPUGGLNn.cjs

19

dist/types/binding.d.ts

@@ -6,2 +6,7 @@ type MaybePromise<T> = T | Promise<T>

export interface RenderedModule {
readonly code: string | null
renderedLength: number
}
export declare class BindingLog {

@@ -36,3 +41,3 @@ code: string

get fileName(): string
get modules(): Record<string, BindingRenderedModule>
get modules(): Record<string, RenderedModule>
get imports(): Array<string>

@@ -62,2 +67,6 @@ get dynamicImports(): Array<string>

export declare class BindingRenderedModule {
get code(): string | null
}
export declare class BindingTransformPluginContext {

@@ -403,6 +412,2 @@ inner(): BindingPluginContext

export interface BindingRenderedModule {
code?: string
}
export interface BindingReplacePluginConfig {

@@ -544,3 +549,3 @@ values: Record<string, string>

filename: string
modules: Record<string, BindingRenderedModule>
modules: Record<string, RenderedModule>
imports: Array<string>

@@ -684,3 +689,3 @@ dynamicImports: Array<string>

fileName: string
modules: Record<string, BindingRenderedModule>
modules: Record<string, RenderedModule>
imports: Array<string>

@@ -687,0 +692,0 @@ dynamicImports: Array<string>

import { AssetSource } from '../utils/asset-source';
import type { RenderedModule } from './rendered-module';
import type { RenderedModule } from '../binding';
export interface RolldownOutputAsset {

@@ -4,0 +4,0 @@ type: 'asset';

{
"name": "rolldown",
"version": "0.14.0-snapshot-3f73e6d-20241116003400",
"version": "0.14.0-snapshot-4b84829-20241117003623",
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",

@@ -79,3 +79,3 @@ "homepage": "https://rolldown.rs/",

},
"dtsHeader": "type MaybePromise<T> = T | Promise<T>\ntype Nullable<T> = T | null | undefined\ntype VoidNullable<T = void> = T | null | undefined | void\nexport type BindingStringOrRegex = string | RegExp\n\n"
"dtsHeader": "type MaybePromise<T> = T | Promise<T>\ntype Nullable<T> = T | null | undefined\ntype VoidNullable<T = void> = T | null | undefined | void\nexport type BindingStringOrRegex = string | RegExp\n\nexport interface RenderedModule {\n readonly code: string | null\n renderedLength: number\n}\n\n"
},

@@ -108,18 +108,18 @@ "dependencies": {

"zod-to-json-schema": "^3.23.2",
"rolldown": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/testing": "0.0.1"
"@rolldown/testing": "0.0.1",
"rolldown": "0.14.0-snapshot-4b84829-20241117003623"
},
"optionalDependencies": {
"@rolldown/binding-darwin-arm64": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-darwin-x64": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-freebsd-x64": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-linux-arm64-gnu": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-linux-arm-gnueabihf": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-linux-arm64-musl": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-linux-x64-gnu": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-linux-x64-musl": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-wasm32-wasi": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-win32-arm64-msvc": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-win32-ia32-msvc": "0.14.0-snapshot-3f73e6d-20241116003400",
"@rolldown/binding-win32-x64-msvc": "0.14.0-snapshot-3f73e6d-20241116003400"
"@rolldown/binding-darwin-arm64": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-darwin-x64": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-linux-arm-gnueabihf": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-freebsd-x64": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-linux-arm64-musl": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-linux-arm64-gnu": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-linux-x64-musl": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-linux-x64-gnu": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-wasm32-wasi": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-win32-arm64-msvc": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-win32-ia32-msvc": "0.14.0-snapshot-4b84829-20241117003623",
"@rolldown/binding-win32-x64-msvc": "0.14.0-snapshot-4b84829-20241117003623"
},

@@ -126,0 +126,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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