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

@jsenv/utils

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/utils - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

2

coverage/empty_coverage_factory.js

@@ -24,3 +24,3 @@ import { resolveUrl, readFile } from "@jsenv/filesystem"

urlInfo: {
url: fileUrl,
originalUrl: fileUrl,
content,

@@ -27,0 +27,0 @@ },

@@ -10,3 +10,3 @@ import { createRequire } from "node:module"

const { code, map } = css.transform({
filename: urlToFileSystemPath(urlInfo.data.rawUrl || urlInfo.url),
filename: urlToFileSystemPath(urlInfo.originalUrl),
code: Buffer.from(urlInfo.content),

@@ -23,3 +23,3 @@ targets,

const { code, map } = css.transform({
filename: urlToFileSystemPath(urlInfo.data.rawUrl || urlInfo.url),
filename: urlToFileSystemPath(urlInfo.originalUrl),
code: Buffer.from(urlInfo.content),

@@ -36,3 +36,3 @@ targets,

const { code, map } = css.bundle({
filename: urlToFileSystemPath(urlInfo.data.rawUrl || urlInfo.url),
filename: urlToFileSystemPath(urlInfo.originalUrl),
targets,

@@ -39,0 +39,0 @@ minify: false,

@@ -26,3 +26,3 @@ /*

}[urlInfo.type]
const url = (urlInfo.data && urlInfo.data.rawUrl) || urlInfo.url
const url = urlInfo.originalUrl
const generatedUrl = urlInfo.generatedUrl

@@ -29,0 +29,0 @@ const content = urlInfo.content

{
"name": "@jsenv/utils",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",

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

"scripts": {
"test": "node ./test.mjs"
"test": "node --conditions=development ./test.mjs"
},

@@ -23,3 +23,3 @@ "dependencies": {

"@jsenv/filesystem": "3.1.0",
"@jsenv/log": "1.6.2",
"@jsenv/log": "1.6.3",
"@jsenv/logger": "4.0.1",

@@ -26,0 +26,0 @@ "@jsenv/server": "12.6.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