@chialab/estransform
Advanced tools
Comparing version 0.9.6 to 0.10.0
@@ -1,2 +0,2 @@ | ||
import { promises } from 'fs'; | ||
import { readFile } from 'fs/promises'; | ||
import path from 'path'; | ||
@@ -9,3 +9,2 @@ import MagicString from 'magic-string'; | ||
const { readFile } = promises; | ||
const SOURCEMAP_REGEX = /(?:(\/\*+[\s\S]*?sourceMappingURL\s*=)([\s\S]*?)(\*\/))|(?:(\/\/.*?sourceMappingURL\s*=)(.*?)([\r\n]))/; | ||
@@ -12,0 +11,0 @@ |
{ | ||
"name": "@chialab/estransform", | ||
"type": "module", | ||
"version": "0.9.6", | ||
"version": "0.10.0", | ||
"description": "Execute multiple transformations on JavaScript sources with full sourcemaps support.", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0b11811e7def6b64c6870dd8e099e64e1f151444" | ||
"gitHead": "c77e08a61882aa710601732c035efd9fb7164bc3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
16768
469