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

terra-slide-panel

Package Overview
Dependencies
Maintainers
9
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-slide-panel - npm Package Compare versions

Comparing version 3.11.0 to 3.12.0

wdio.conf.js

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

3.12.0 - (August 14, 2019)
------------------
### Changed
* updated package.json test scripts
3.11.0 - (July 30, 2019)

@@ -9,0 +14,0 @@ ------------------

10

package.json
{
"name": "terra-slide-panel",
"main": "lib/SlidePanel.js",
"version": "3.11.0",
"version": "3.12.0",
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.",

@@ -41,7 +41,7 @@ "repository": {

"precompile": "rm -rf lib",
"test": "npm run test:jest && npm run test:wdio",
"test:jest": "jest --config ../../jestconfig.js",
"test:wdio": "../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js"
"test": "npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js"
},
"gitHead": "f763d8f2d030d85d834554d5c2eca6f2917f2eac"
"gitHead": "e1b264159c53e3eee057a0f26634410847d0b321"
}
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