Socket
Socket
Sign inDemoInstall

@owlui/typings

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlui/typings - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

CHANGELOG.md

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

## [0.0.2](https://github.com/EEBOS/owl-ui/compare/v0.0.1...v0.0.2) (2022-01-11)
**Note:** Version bump only for package @owlui/typings
## 0.0.1 (2022-01-07)
**Note:** Version bump only for package @owlui/typings

4

package.json
{
"name": "@owlui/typings",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -22,3 +22,3 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/typings#readme",

},
"gitHead": "97bddd12967faab3ffff87511edb19927e1dd8e2"
"gitHead": "e2ea2e5c36a8b718509474206a3e0be826281b19"
}

@@ -5,30 +5,30 @@ /**

declare module '*.svg' {
declare module '*.svg' {
const src: string;
export default src;
}
}
declare module '*.gif' {
declare module '*.gif' {
const src: string;
export default src;
}
}
declare module '*.jpg' {
declare module '*.jpg' {
const src: string;
export default src;
}
}
declare module '*.jpeg' {
declare module '*.jpeg' {
const src: string;
export default src;
}
}
declare module '*.png' {
declare module '*.png' {
const src: string;
export default src;
}
declare module '*.md' {
}
declare module '*.md' {
const src: string;
export default src;
}
}
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