You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@endo/evasive-transform

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/evasive-transform - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+4
-4
package.json
{
"name": "@endo/evasive-transform",
"version": "2.0.0",
"version": "2.0.1",
"description": "Source transforms to evade SES censorship",

@@ -33,3 +33,3 @@ "keywords": [

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",

@@ -43,3 +43,3 @@ "lint": "yarn lint:types && yarn lint:eslint",

"@babel/types": "~7.26.0",
"@endo/ses-ava": "^1.3.0",
"@endo/ses-ava": "^1.3.1",
"@types/babel__generator": "^7.6.8",

@@ -83,3 +83,3 @@ "@types/babel__traverse": "^7.20.6",

},
"gitHead": "571b7803cf10df7cb4fa9d70e4d53a0b53767fa8"
"gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b"
}