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

@chialab/estransform

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/estransform - npm Package Compare versions

Comparing version 0.9.6 to 0.10.0

3

lib/index.js

@@ -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"
}
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