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

rox-browser

Package Overview
Dependencies
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-browser - npm Package Compare versions

Comparing version 5.4.11 to 5.4.12

68

package.json
{
"name": "rox-browser",
"version": "5.4.11",
"version": "5.4.12",
"description": "Rollout.io ROX JS SDK Client",

@@ -28,9 +28,9 @@ "author": "Rollout.io <support@rollout.io>",

"scripts": {
"lint": "eslint src",
"lint": "eslint src --fix",
"start": "ROLLOUT_MODE=local webpack-dev-server",
"test": "BABEL_ENV=test jest --testPathPattern ./src/**",
"test:watch": "BABEL_ENV=test jest --testPathPattern ./src/** --watch",
"test": "jest --testPathPattern ./src/**",
"test:watch": "jest --testPathPattern ./src/** --watch",
"prebuild": "yarn run clean:dist",
"build:base": "BABEL_ENV=build webpack --config webpack.config.build.js",
"build": "yarn run build:base -- --progress",
"build:base": "webpack --config webpack.config.build.js",
"build": "node generate-manifest.js && yarn run build:base -- --progress",
"build:stats": "BUNDLE_ANALYZE=true yarn run build:base -- --progress",

@@ -46,2 +46,3 @@ "postbuild": "jest ./__tests__/**",

"browser": "dist/rox-browser.min.js",
"types": "dist/index.d.ts",
"files": [

@@ -51,27 +52,23 @@ "dist/*.js"

"dependencies": {
"axios": "^0.21.2"
"axios": "^1.6.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"@cloudbees/eslint-plugin": "cloudbees/eslint-plugin",
"@types/jest": "^27.4.0",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-plugin-react": "^7.1.0",
"css-loader": "^6.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^22.1.2",
"jsencrypt-verify": "https://github.com/rollout/jsencrypt-verify.git#e60ccffdb2caff3213ccaa57a4c0b1538a3537cf",
"jest": "^27.4.7",
"jsencrypt-verify": "https://github.com/rollout/jsencrypt-verify.git#b3efc754c50ee23bf47d3fc2315b26e969819ea2",
"lscache": "^1.1.0",
"mini-css-extract-plugin": "^2.4.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rox-base": "^5.4.11",
"react": "18.0.0",
"react-dom": "18.0.0",
"rox-base": "^5.4.12",
"rox-embedded-webpack-plugin": "^1.1.8",
"style-loader": "^0.18.2",
"style-loader": "^3.3.1",
"ts-jest": "^27.1.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"uglifyjs-webpack-plugin": "^2.2.0",

@@ -85,18 +82,25 @@ "uuid-browser": "3.1.0",

"jest": {
"browser": true,
"testURL": "http://localhost/",
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules"
],
"transformIgnorePatterns": [
"/node_modules/(?!rox-base).+\\.js$"
],
"testEnvironment": "jsdom",
"transform": {
"/node_modules/(?!rox-base).+\\.ts$": "ts-jest"
},
"moduleNameMapper": {
"rox-base": "<rootDir>/../rox-base/src"
}
},
"preset": "ts-jest"
},
"gitHead": "4ca2027ed19ba4192c7bd507971d8e697011ad89"
"browserslist": {
"production": [
"> 1%"
],
"modern": [
"last 1 chrome version",
"last 1 firefox version"
]
},
"gitHead": "75b020764a4eda65eda370487e24c941e5ac2937"
}
![Rollout](https://1ko9923xosh2dsbjsxpwqp45-wpengine.netdna-ssl.com/wp-content/themes/rollout/images/rollout_white_logo1.png)
Rollout is a Secure Feature Managment Solution for the Enterprise.
CloudBees Feature Management is a secure feature management solution for the enterprise.

@@ -9,3 +9,3 @@ > Accelerate development and minimize the risk of deploying new code with simple to create feature flags, controlled rollouts, advanced target groups & deployment rules.

Please see the detailed instructions in our docs how to [add Rollout to your project](https://support.rollout.io/docs/installing-the-sdk).
Please see the detailed instructions in our docs on how to [add CloudBees Feature Management to your project](https://support.rollout.io/docs/installing-the-sdk).

@@ -12,0 +12,0 @@ ## Documentation

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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