obfuscation-detector
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "obfuscation-detector", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Javascript obfuscation detector", | ||
@@ -41,4 +41,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"flast": "^2.0.0" | ||
"flast": "^2.0.2" | ||
} | ||
} |
@@ -1,4 +0,3 @@ | ||
import {generateFlatAST, utils} from 'flast'; | ||
import {generateFlatAST, logger} from 'flast'; | ||
import * as detectors from './detectors/index.js'; | ||
const {logger} = utils; | ||
@@ -5,0 +4,0 @@ /** |
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
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
922339
16164
Updatedflast@^2.0.2