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.7 to 0.1.8

dev-project/src/main.ts

2

.postcssrc.js

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

}
}
}

@@ -8,3 +8,4 @@ module.exports = {

'plugin:vue/essential',
'@vue/standard'
'@vue/standard',
'@vue/typescript'
],

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

parserOptions: {
parser: 'babel-eslint'
parser: 'typescript-eslint-parser'
}
}

@@ -17,8 +17,11 @@ {

"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/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-standard": "^3.0.5",
"@vue/eslint-config-typescript": "^3.0.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.16"

@@ -25,0 +28,0 @@ },

{
"compilerOptions": {
"target": "esnext",
"target": "es5",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,

@@ -12,3 +14,4 @@ "sourceMap": true,

"types": [
"node" ],
"webpack-env"
],
"paths": {

@@ -18,3 +21,9 @@ "@/*": [

]
}
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},

@@ -21,0 +30,0 @@ "include": [

{
"name": "@hafslundnett/hdd-vue",
"version": "0.1.7",
"version": "0.1.8",
"main": "./src/main.ts",

@@ -5,0 +5,0 @@ "scripts": {

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