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

@hafslundnett/hdd-vue

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hafslundnett/hdd-vue - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

src/main.ts

7

.eslintrc.js

@@ -6,5 +6,6 @@ module.exports = {

},
'extends': [
extends: [
'plugin:vue/essential',
'@vue/standard'
'@vue/standard',
'@vue/typescript'
],

@@ -16,4 +17,4 @@ rules: {

parserOptions: {
parser: 'babel-eslint'
parser: 'typescript-eslint-parser'
}
}
{
"name": "@hafslundnett/hdd-vue",
"version": "0.1.5",
"version": "0.1.6",
"main": "./src/main.js",

@@ -15,8 +15,9 @@ "scripts": {

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.3",
"@vue/cli-plugin-eslint": "^3.0.0-rc.3",
"@vue/cli-service": "^3.0.0-rc.3",
"@vue/eslint-config-standard": "^3.0.0-rc.3",
"@vue/eslint-config-typescript": "^3.0.0-rc.3",
"vue-template-compiler": "^2.5.16"
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.1",
"@vue/eslint-config-typescript": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"typescript": "^3.0.3"
},

@@ -23,0 +24,0 @@ "browserslist": [

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