You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

javascript-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-obfuscator - npm Package Compare versions

Comparing version

to
0.7.0

20

package.json
{
"name": "javascript-obfuscator",
"version": "0.7.0-dev.3",
"version": "0.7.0",
"description": "JavaScript obfuscator",

@@ -35,16 +35,16 @@ "keywords": [

"devDependencies": {
"@types/chai": "^3.4.30",
"@types/chai": "^3.4.31",
"@types/chance": "^0.7.28",
"@types/commander": "^2.3.29",
"@types/escodegen": "^0.0.2",
"@types/escodegen": "^0.0.3",
"@types/esprima": "^2.1.30",
"@types/estraverse": "^0.0.2",
"@types/estraverse": "^0.0.3",
"@types/format-unicorn": "^0.0.28",
"@types/joi": "^9.0.29",
"@types/joi": "^9.0.30",
"@types/mkdirp": "^0.3.28",
"@types/mocha": "^2.2.29",
"@types/mocha": "^2.2.30",
"@types/node": "^4.0.30",
"@types/sinon": "^1.16.27",
"@types/sinon": "^1.16.28",
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",

@@ -58,6 +58,6 @@ "chai": "^3.5.0",

"ts-loader": "^0.8.2",
"ts-node": "^1.2.2",
"ts-node": "^1.3.0",
"tslint": "^3.14.0",
"typescript": "^2.0.0",
"webpack": "^2.1.0-beta.20",
"webpack": "^2.1.0-beta.21",
"webpack-node-externals": "^1.3.3"

@@ -64,0 +64,0 @@ },

import * as commander from 'commander';
import * as path from 'path';
import { IObfuscationResult } from "../interfaces/IObfuscationResult";

@@ -6,0 +5,0 @@ import { IObfuscatorOptions } from "../interfaces/IObfuscatorOptions";