Socket
Socket
Sign inDemoInstall

@operato/scene-clock

Package Overview
Dependencies
73
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.66 to 1.2.71

9

CHANGELOG.md

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

## [1.2.71](https://github.com/things-scene/operato-scene/compare/v1.2.70...v1.2.71) (2023-10-11)
### :bug: Bug Fix
* add bluetooth module ([4bba13c](https://github.com/things-scene/operato-scene/commit/4bba13c7ac29508d37f5751ea5abdded60fa314d))
## [1.2.66](https://github.com/things-scene/operato-scene/compare/v1.2.65...v1.2.66) (2023-09-14)

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

4

package.json

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.2.66",
"version": "1.2.71",
"main": "dist/index.js",

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

},
"gitHead": "7216f5867ad09928146234ddad5fb188023f66fe"
"gitHead": "fd349558ff0895728a8c1fb0ca9d8f5ee69027df"
}

@@ -172,3 +172,3 @@ /*

var timeOut: number = setTimeout(() => {
var timeOut = setTimeout(() => {
this.invalidate()

@@ -175,0 +175,0 @@ clearTimeout(timeOut)

@@ -18,7 +18,5 @@ {

"declaration": true,
"incremental": true,
"typeRoots": ["./node_modules"],
"types": []
"incremental": true
},
"include": ["**/*.ts", "*.d.ts"]
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc