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

@okta/configuration-validation

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/configuration-validation - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/lib.js

12

package.json
{
"name": "@okta/configuration-validation",
"version": "0.1.0",
"version": "0.1.1",
"description": "Configuration validation support for Okta JavaScript SDKs",
"main": "src/lib.js",
"main": "./dist/lib.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "babel src -d dist",
"lint": "eslint .",
"prepare": "yarn build",
"test": "yarn lint && yarn test:unit",

@@ -32,5 +35,6 @@ "test:unit": "jest test/"

"devDependencies": {
"jest": "^23.6.0",
"eslint": "^4.7.1"
"babel-cli": "^6.26.0",
"eslint": "^4.7.1",
"jest": "^23.6.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