Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-disclosure-manager

Package Overview
Dependencies
Maintainers
9
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-disclosure-manager - npm Package Compare versions

Comparing version 4.30.0 to 4.31.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ ChangeLog

----------
4.31.0 - (February 18, 2020)
------------------
### Added
* Added generated-themes to .npmignore
4.30.0 - (February 4, 2020)

@@ -8,0 +14,0 @@ ------------------

4

package.json
{
"name": "terra-disclosure-manager",
"main": "lib/DisclosureManager.js",
"version": "4.30.0",
"version": "4.31.0",
"description": "A stateful component used to manage disclosure presentation.",

@@ -43,3 +43,3 @@ "repository": {

},
"gitHead": "19f601ac23a4aa0d1951cccf3cb8f2e45d0482c7"
"gitHead": "05651a5eb143e22525ba00861e815b1360c0549e"
}
const path = require('path');
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf');
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')];
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')];
exports.config = wdioConf.config;
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