Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@operato/scene-timer

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/scene-timer - npm Package Compare versions

Comparing version 0.0.26 to 0.1.0

icons/duetimer.png

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [0.1.0](https://github.com/things-scene/operato-scene/compare/v0.0.26...v0.1.0) (2022-01-03)
### :rocket: New Features
* applied import.meta.url for native web support ([fe65672](https://github.com/things-scene/operato-scene/commit/fe65672550b15276bd9fa79ab7ac886a8502f8b0))
### [0.0.26](https://github.com/things-scene/operato-scene/compare/v0.0.25...v0.0.26) (2022-01-01)

@@ -8,0 +17,0 @@

2

dist/templates/duetimer.d.ts

@@ -5,3 +5,3 @@ declare const _default: {

group: string;
icon: any;
icon: string;
model: {

@@ -8,0 +8,0 @@ type: string;

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

import icon from '../../assets/timer.png';
const icon = new URL('../../icons/timer.png', import.meta.url).href;
export default {

@@ -3,0 +3,0 @@ type: 'timer',

@@ -5,3 +5,3 @@ declare const _default: {

group: string;
icon: any;
icon: string;
model: {

@@ -8,0 +8,0 @@ type: string;

@@ -5,3 +5,3 @@ declare const _default: {

group: string;
icon: any;
icon: string;
model: {

@@ -8,0 +8,0 @@ type: string;

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

import icon from '../../assets/duetimer.png';
const icon = new URL('../../icons/duetimer.png', import.meta.url).href;
export default {

@@ -3,0 +3,0 @@ type: 'duetimer',

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "0.0.26",
"version": "0.1.0",
"main": "dist/index.js",

@@ -61,3 +61,3 @@ "module": "dist/index.js",

},
"gitHead": "f344a223fc2cd34a5f47e18558b20eb94ca0cea1"
"gitHead": "ea310c514bb1bb5b60f14ca455e62515e05fe2c4"
}

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

import icon from '../../assets/timer.png'
const icon = new URL('../../icons/timer.png', import.meta.url).href

@@ -3,0 +3,0 @@ export default {

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

import icon from '../../assets/duetimer.png'
const icon = new URL('../../icons/duetimer.png', import.meta.url).href

@@ -3,0 +3,0 @@ export default {

@@ -19,3 +19,3 @@ {

"incremental": true,
"typeRoots": ["./node_modules", "@types"],
"typeRoots": ["./node_modules"],
"types": ["node"]

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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