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

@remix-run/css-bundle

Package Overview
Dependencies
Maintainers
0
Versions
593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/css-bundle - npm Package Compare versions

Comparing version 0.0.0-nightly-3cb6e37-20230622 to 0.0.0-nightly-3d7966f52-20240916

8

dist/esm/index.js
/**
* @remix-run/css-bundle v0.0.0-nightly-3cb6e37-20230622
* @remix-run/css-bundle v0.0.0-nightly-3d7966f52-20240916
*

@@ -11,5 +11,7 @@ * Copyright (c) Remix Software Inc.

*/
// Injected by `cssBundlePlugin`
let cssBundleHref = typeof __INJECT_CSS_BUNDLE_HREF__ === "string" ? __INJECT_CSS_BUNDLE_HREF__ : undefined;
// This file's contents are replaced by `cssBundlePlugin`. This file only exists
// to provide type definitions and a graceful fallback when importing this
// package outside of the Remix compiler.
const cssBundleHref = undefined;
export { cssBundleHref };

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

declare let cssBundleHref: string | undefined;
export { cssBundleHref };
export declare const cssBundleHref: string | undefined;
/**
* @remix-run/css-bundle v0.0.0-nightly-3cb6e37-20230622
* @remix-run/css-bundle v0.0.0-nightly-3d7966f52-20240916
*

@@ -15,5 +15,7 @@ * Copyright (c) Remix Software Inc.

// Injected by `cssBundlePlugin`
let cssBundleHref = typeof __INJECT_CSS_BUNDLE_HREF__ === "string" ? __INJECT_CSS_BUNDLE_HREF__ : undefined;
// This file's contents are replaced by `cssBundlePlugin`. This file only exists
// to provide type definitions and a graceful fallback when importing this
// package outside of the Remix compiler.
const cssBundleHref = undefined;
exports.cssBundleHref = cssBundleHref;
MIT License
Copyright (c) Remix Software Inc. 2020-2021
Copyright (c) Shopify Inc. 2022-2023
Copyright (c) Shopify Inc. 2022-2024

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@remix-run/css-bundle",
"version": "0.0.0-nightly-3cb6e37-20230622",
"version": "0.0.0-nightly-3d7966f52-20240916",
"description": "CSS bundle href when using CSS bundling features in Remix",

@@ -19,4 +19,7 @@ "homepage": "https://remix.run",

"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"scripts": {
"tsc": "tsc"
}
}
}
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