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.0 to 0.8.1

2

lib/compositions/useResizeObserver.ts
import { ResizeObserver } from '@juggle/resize-observer'
import { createComponent, ref, reactive, toRefs, onMounted, onUnmounted, Ref, } from '@vue/composition-api'
import { reactive, toRefs, onMounted, onUnmounted, Ref } from '@vue/composition-api'

@@ -4,0 +4,0 @@ export interface EL {

import required from './required'
interface Rule {
export interface Rule {
name: string

@@ -10,4 +10,3 @@ message: string

export {
Rule,
required
}

@@ -1,2 +0,2 @@

import { ref, reactive, computed, toRefs, isRef, Ref } from '@vue/composition-api'
import { ref, computed, toRefs, Ref } from '@vue/composition-api'
import { Rule } from './rules'

@@ -3,0 +3,0 @@

MIT License
Copyright (c) 2019 Global Brain Corporation
Copyright (c) 2020 Global Brain Corporation

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@globalbrain/sefirot",
"version": "0.8.0",
"version": "0.8.1",
"description": "Vue Components for Global Brain Design System.",

@@ -17,2 +17,3 @@ "files": [

"test:watch": "jest --watchAll",
"test:all": "yarn lint && yarn coverage",
"coverage": "jest --collect-coverage",

@@ -39,3 +40,3 @@ "docs:deploy": "yarn generate && push-dir --dir=dist --branch=gh-pages --cleanup"

"@nuxt/typescript-build": "^0.5.6",
"@nuxt/typescript-runtime": "^0.3.7",
"@nuxt/typescript-runtime": "^0.3.8",
"@nuxtjs/dotenv": "^1.4.1",

@@ -45,10 +46,10 @@ "@nuxtjs/eslint-config-typescript": "^1.0.0",

"@nuxtjs/markdownit": "^1.2.7",
"@types/jest": "^24.0.25",
"@types/jest": "^25.1.0",
"@vue/composition-api": "^0.3.4",
"@vue/test-utils": "^1.0.0-beta.30",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "^25.1.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.6.1",
"codecov": "^3.6.2",
"dayjs": "^1.8.19",

@@ -58,3 +59,3 @@ "eslint": "^6.8.0",

"eslint-plugin-vue": "^6.1.2",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-serializer-vue": "^2.0.2",

@@ -70,8 +71,8 @@ "markdown-it-highlight": "^0.2.0",

"tailwindcss": "^1.2.0-canary.5",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4",
"ts-jest": "^25.0.0",
"typescript": "^3.7.5",
"v-calendar": "^1.0.1",
"vue": "^2.6.11",
"vue-jest": "^3.0.5",
"vue-router": "^3.1.3",
"vue-router": "^3.1.5",
"vue-server-renderer": "^2.6.11",

@@ -106,8 +107,3 @@ "vue-template-compiler": "^2.6.11",

"collectCoverageFrom": [
"lib/**/*.{js,vue}",
"!lib/compositions/useResizeObserver.ts",
"!lib/components/SInputTime.vue",
"!lib/components/SPortalSnackbars.vue",
"!lib/components/SResponsive.vue",
"!lib/components/SSnackbar.vue",
"lib/**/*.{js,ts,vue}",
"!**/node_modules/**"

@@ -114,0 +110,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