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

@okta/okta-auth-js

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/okta-auth-js - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

.eslintignore

6

karma.conf.js

@@ -19,10 +19,4 @@ /*!

var REPORTS_DIR = path.join(__dirname, 'build2', 'reports', 'karma');
var webpackConf = {
devtool: 'inline-source-map',
resolve: {
alias: {
'@okta/okta-auth-js': path.join(__dirname, 'lib/browser/browserIndex.js')
}
},
module: {

@@ -29,0 +23,0 @@ rules: [

17

package.json
{
"name": "@okta/okta-auth-js",
"description": "The Okta Auth SDK",
"version": "2.9.0",
"version": "2.10.0",
"homepage": "https://github.com/okta/okta-auth-js",

@@ -25,7 +25,3 @@ "license": "Apache-2.0",

"build": "node ./writeConfig.js && webpack --config webpack.config.js",
"prepare": "yarn build",
"install:app": "yarn --cwd test/app install",
"start:app": "yarn --cwd test/app start",
"prestart": "yarn install:app",
"start": "yarn start:app"
"prepare": "yarn build"
},

@@ -50,7 +46,8 @@ "author": "Okta",

"devDependencies": {
"babel-jest": "^24.9.0",
"eslint": "5.6.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-ajax": "^4.0.0",
"jest": "^23.6.0",
"jest-junit": "^5.0.0",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jquery": "3.3.1",

@@ -85,7 +82,3 @@ "json-loader": "0.5.4",

"output": "./build2/reports/unit/junit-result.xml"
},
"okta": {
"commitSha": "27cad5d9e89b5b4c12a7fa1ba3dfa8d399ac75d3",
"fullVersion": "2.9.0-20190924181704-27cad5d"
}
}
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