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

worksafe-component-library

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worksafe-component-library - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

docs/overview/5-Changelog.md

7

docs/overview/stories.js

@@ -11,2 +11,4 @@ import Vue from 'vue';

import ContributeMD from './3-Contribute.md';
import CodeStyleMD from './4-CodeStyle.md';
import ChangelogMD from './5-Changelog.md';

@@ -43,2 +45,7 @@ // TODO: hide side panel in docs pages

data() { return { ContributeMD } }
}))
.add('Changelog', () => ({
components: { DocsFile },
template: '<docs-file :markdown="ChangelogMD"></docs-file>',
data() { return { ChangelogMD } }
}))

2

package.json
{
"name": "worksafe-component-library",
"version": "0.1.1",
"version": "0.1.3",
"description": "A Vue.js component library for use in WorkSafe family websites",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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