New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-codefend

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-codefend - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

15

package.json
{
"name": "rollup-plugin-codefend",
"version": "3.1.1",
"version": "3.1.2",
"description": "Rollup plugin for code obfuscation based on Codefend",

@@ -40,15 +40,18 @@ "keywords": [

"build": "tsup",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"lint:check": "eslint src --ext .ts",
"spell:check": "cspell \"**\"",
"type:check": "tsc --noEmit",
"prepack": "npm run lint:check && npm run spell:check && npm run type:check && npm run test:run && npm run build"
"prepack": "npm run format:check && npm run lint:check && npm run spell:check && npm run type:check && npm run test:run && npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"cspell": "^8.9.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.0",
"cspell": "^8.10.4",
"eslint": "^8.56.0",
"prettier": "^3.3.3",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
},

@@ -55,0 +58,0 @@ "dependencies": {

dist/index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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