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
1.3.0
to
1.3.1
+1
index.d.ts.map
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
+13
-10
{
"name": "@endo/evasive-transform",
"version": "1.3.0",
"version": "1.3.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*'",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",

@@ -44,3 +44,3 @@ "lint-check": "yarn lint",

"@babel/types": "^7.24.0",
"@endo/ses-ava": "^1.2.5",
"@endo/ses-ava": "^1.2.6",
"@rollup/plugin-commonjs": "^19.0.0",

@@ -54,11 +54,15 @@ "@rollup/plugin-node-resolve": "^13.0.0",

"rollup": "^2.79.1",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"*.js",
"*.ts",
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"src"
"dist",
"lib",
"src",
"tools"
],

@@ -75,3 +79,2 @@ "publishConfig": {

"files": [
"test/**/test-*.*",
"test/**/*.test.*"

@@ -87,3 +90,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}