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

nuxt-typo3-ce

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-typo3-ce - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-alpha.1

11

CHANGELOG.md

@@ -6,4 +6,15 @@ # Change Log

## [0.0.2-alpha.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2021-10-05)
### Bug Fixes
* **types:** replace typo3 interface ([#6](https://github.com/macopedia/nuxt-typo3-theme/issues/6)) ([811aefb](https://github.com/macopedia/nuxt-typo3-theme/commit/811aefbeafdab06ffafd90946dc17c7ab2e37ff7))
## 0.0.1 (2021-10-01)
**Note:** Version bump only for package nuxt-typo3-ce

2

jest.config.js

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

babelConfig: true,
tsconfig: '<rootDir>/tsconfig.test.json',
tsconfig: '<rootDir>/tsconfig.json',
}
}
}
{
"name": "nuxt-typo3-ce",
"version": "0.0.1",
"version": "0.0.2-alpha.1",
"main": "./index.ts",

@@ -40,2 +40,3 @@ "types": "./types",

"fork-ts-checker-webpack-plugin": "^5.2.0",
"nuxt-typo3": "^0.9.3",
"prettier-standard": "^16.4.1",

@@ -58,3 +59,3 @@ "react-is": "^16.13.1",

},
"gitHead": "c96c6f72c494aa66523836a055c44cbed26d59a1"
"gitHead": "5343abc32ae5841d357ca2dea4ee731382201856"
}

@@ -8,3 +8,2 @@ declare module '*.vue' {

$style: Record<string, string>
$typo3: Record<string, unknown>
$store: Record<string, unknown>

@@ -11,0 +10,0 @@ }

@@ -16,3 +16,4 @@ {

"webpack-env",
"jest"
"jest",
"nuxt-typo3"
],

@@ -19,0 +20,0 @@ "paths": {

import Vue, { VueConstructor } from 'vue'
import { PluginObject, PluginFunction } from 'vue/types'
import { PluginObject } from 'vue/types'
import UiPlugin from '../index'

@@ -36,3 +36,2 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any

export { File, FileList } from '../src/components/CeUploads/CeUploads.types'

@@ -71,5 +70,3 @@

export type UiPlugin = PluginObject<UiPlugin>;
export type UiPlugin = PluginObject<UiPlugin>
export default UiPlugin
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