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

node-titanium-sdk

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-titanium-sdk - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

11

lib/jsanalyze.js

@@ -166,3 +166,12 @@ /**

// FIXME we can't re-use the ast here, because we traversed it
var minified = babel.transform(contents, {filename: opts.filename, minified: true, compact: true, comments: false, presets: [babili]});
var minified = babel.transform(contents, {
filename: opts.filename,
minified: true,
compact: true,
comments: false,
presets: [[babili, {
'mangle': false
}]],
plugins: [require.resolve('babel-plugin-transform-property-literals')]
});
results.contents = minified.code;

@@ -169,0 +178,0 @@ }

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "0.4.3",
"version": "0.4.4",
"author": {

@@ -12,0 +12,0 @@ "name": "Appcelerator, Inc.",

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