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

clocklet

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clocklet - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "clocklet",
"version": "0.2.0",
"version": "0.2.1",
"description": "An opinionated clock-style vanilla-js timepicker",

@@ -25,3 +25,3 @@ "repository": "luncheon/clocklet",

"watch:css": "rimraf css/ && mkdirp css/ && stylus -w -o css/ src/style/",
"build:demo": "rimraf .docs/ docs/demo.html && pug -o .docs/ src/demo/demo.pug -O {cdnBaseUrl:'..'} && pug -o docs/ src/demo/demo.pug -O {cdnBaseUrl:'https://cdn.jsdelivr.net/npm/clocklet@0.2.0'}",
"build:demo": "rimraf .docs/ docs/demo.html && pug -o .docs/ src/demo/demo.pug -O {cdnBaseUrl:'..'} && pug -o docs/ src/demo/demo.pug -O {cdnBaseUrl:'https://cdn.jsdelivr.net/npm/clocklet@0.2.1'}",
"watch:demo": "rimraf .docs/ docs/demo.html && pug -w -o .docs/ src/demo/demo.pug -O {cdnBaseUrl:'..'}"

@@ -28,0 +28,0 @@ },

@@ -40,4 +40,4 @@ ## <a name="clocklet" href="#clocklet" style="pointer-events:none">![Clocklet](https://luncheon.github.io/clocklet/docs/logo.png)</a>

```html
<link rel="https://cdn.jsdelivr.net/npm/clocklet@0.2.0/css/clocklet.min.css">
<script src="https://cdn.jsdelivr.net/npm/clocklet@0.2.0"></script>
<link rel="https://cdn.jsdelivr.net/npm/clocklet@0.2.1/css/clocklet.min.css">
<script src="https://cdn.jsdelivr.net/npm/clocklet@0.2.1"></script>
<script>/* `window.clocklet` object is available */</script>

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

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