@hafslundnett/hdd-vue
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
515112
28
194
2