Socket
Socket
Sign inDemoInstall

@primitivesocial/ps-kernel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primitivesocial/ps-kernel - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

tests/components/App.vue

24

package.json
{
"name": "@primitivesocial/ps-kernel",
"version": "1.0.3",
"version": "1.0.4",
"description": "Middleware system with Vue Router and Vuex",

@@ -32,10 +32,30 @@ "main": "dist/index.js",

"@babel/preset-env": "^7.3.1",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"vue": "^2.6.11",
"vue-jest": "^4.0.0-beta.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2"
},
"jest": {
"testMatch": [ "**/tests/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)" ]
"testMatch": [
"**/tests/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
],
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "vue-jest"
},
"collectCoverage": true,
"collectCoverageFrom": [
"**/src/*.{js,vue}"
]
}
}
tests/sample.js

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