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

jscrambler-webpack-plugin

Package Overview
Dependencies
Maintainers
0
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscrambler-webpack-plugin - npm Package Compare versions

Comparing version 8.4.14-next.3 to 8.4.14

LICENSE

21

CHANGELOG.md
# jscrambler-webpack-plugin
## 8.4.14-next.3
## 8.4.14
### Patch Changes
- []: Updated dependencies
- jscrambler@8.7.1-next.3
- [3ef818f]: Update readme.md
- [3ef818f]: Updated dependencies
- jscrambler@8.7.1
## 8.4.14-next.2
### Patch Changes
- []: Updated dependencies
- jscrambler@8.7.1-next.2
## 8.4.14-next.1
### Patch Changes
- [ecba0c7]: Updated dependencies
- jscrambler@8.7.1-next.1
## 8.4.13

@@ -25,0 +12,0 @@

{
"name": "jscrambler-webpack-plugin",
"version": "8.4.14-next.3",
"description": "A webpack plugin to protect your generated bundle using Jscrambler",
"version": "8.4.14",
"description": "A webpack plugin to protect your generated bundle using Jscrambler Code Integrity",
"exports": "./lib/index.js",
"types": "index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "babel src --out-dir lib",
"eslint": "eslint src/",
"eslint:fix": "pnpm run eslint --fix"
},
"repository": {

@@ -40,4 +34,4 @@ "type": "git",

"esrecurse": "^4.3.0",
"jscrambler": "workspace:*",
"webpack-sources": "^1.1.0"
"webpack-sources": "^1.1.0",
"jscrambler": "8.7.1"
},

@@ -53,3 +47,8 @@ "devDependencies": {

"index.d.ts"
]
}
],
"scripts": {
"build": "babel src --out-dir lib",
"eslint": "eslint src/",
"eslint:fix": "pnpm run eslint --fix"
}
}

@@ -1,6 +0,9 @@

# Jscrambler Webpack Plugin
# ![Jscrambler](https://media.jscrambler.com/images/logo_500px.png)
# Jscrambler Code Integrity for Webpack
This plugin protects your webpack output using Jscrambler.
Jscrambler [Code Integrity](https://jscrambler.com/code-integrity) is a JavaScript protection technology for Web and Mobile Applications. Its main purpose is to enable JavaScript applications to become self-defensive and resilient to tampering and reverse engineering.
# Version Compatibility
If you're looking to gain control over third-party tags and achieve PCI DSS compliance please refer to Jscrambler [Webpage Integrity](https://jscrambler.com/webpage-integrity).
Version Compatibility
------------------------------------------------------------------------------

@@ -18,2 +21,4 @@

This plugin protects your **webpack output** using Jscrambler.
Simply add the plugin to your configuration. We recommend placing it after every other plugin that also modifies your code. It will automatically gather all JavaScript and HTML files and protect them.

@@ -20,0 +25,0 @@

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