Socket
Socket
Sign inDemoInstall

terser

Package Overview
Dependencies
4
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.8 to 3.8.0

2

lib/mozilla-ast.js

@@ -868,3 +868,3 @@ /***********************************************************************

var pattern = M.value.source;
var flags = M.value.toString().match(/[gimuy]*$/)[0];
var flags = M.value.toString().match(/[gimuys]*$/)[0];
return {

@@ -871,0 +871,0 @@ type: "Literal",

@@ -7,3 +7,3 @@ {

"license": "BSD-2-Clause",
"version": "3.7.8",
"version": "3.8.0",
"engines": {

@@ -10,0 +10,0 @@ "node": ">=0.8.0"

@@ -951,5 +951,2 @@ terser

- `preserve_line` (default `false`) -- pass `true` to preserve lines, but it
only works if `beautify` is set to `false`.
- `quote_keys` (default `false`) -- pass `true` to quote all keys in literal

@@ -956,0 +953,0 @@ objects

exports["Dictionary"] = Dictionary;
exports["TreeWalker"] = TreeWalker;
exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
exports["parse"] = parse;
exports["_push_uniq"] = push_uniq;
exports["push_uniq"] = push_uniq;
exports["TreeTransformer"] = TreeTransformer;
exports["TreeWalker"] = TreeWalker;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc