New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@globalbrain/sefirot

Package Overview
Dependencies
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalbrain/sefirot - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

48

package.json
{
"name": "@globalbrain/sefirot",
"version": "0.8.4",
"version": "0.8.5",
"description": "Vue Components for Global Brain Design System.",

@@ -15,6 +15,5 @@ "files": [

"lint:fail": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"test": "jest",
"test:watch": "jest --watchAll",
"test:all": "yarn lint && yarn coverage",
"coverage": "jest --collect-coverage",
"jest": "jest --config test/jest.config.js",
"test": "yarn lint && yarn coverage",
"coverage": "yarn jest --collect-coverage",
"docs:deploy": "yarn generate && push-dir --dir=dist --branch=gh-pages --cleanup"

@@ -37,3 +36,2 @@ },

"devDependencies": {
"@babel/core": "^7.8.7",
"@juggle/resize-observer": "^3.1.1",

@@ -48,9 +46,10 @@ "@nuxt/typescript-build": "^0.6.0",

"@vue/composition-api": "^0.4.0",
"@vue/test-utils": "^1.0.0-beta.31",
"@vue/test-utils": "^1.0.0-beta.32",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.6.5",
"dayjs": "^1.8.22",
"dayjs": "^1.8.23",
"eslint": "^6.8.0",

@@ -78,36 +77,3 @@ "jest": "^25.1.0",

"webpack": "^4.42.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"ts",
"vue"
],
"moduleNameMapper": {
"^sefirot/(.*)$": "<rootDir>/lib/$1",
"^test/(.*)$": "<rootDir>/test/$1"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.tsx?$": "ts-jest",
".*\\.(vue)$": "vue-jest"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
],
"setupFilesAfterEnv": [
"./test/setup.ts"
],
"collectCoverageFrom": [
"lib/**/*.{js,ts,vue}",
"!**/node_modules/**"
],
"coverageReporters": [
"html",
"json",
"lcov",
"text-summary"
]
}
}

@@ -55,3 +55,3 @@ <p align="center">

```bash
$ npm run test
$ npm run jest
```

@@ -62,8 +62,2 @@

```bash
$ npm run test:watch
```
Run the test in watch mode.
```bash
$ npm run coverage

@@ -70,0 +64,0 @@ ```

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