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

blink-two

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blink-two - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

2

package-lock.json
{
"name": "blink-two",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "blink-two",
"description": "A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {

@@ -21,2 +21,7 @@ "build": "rm -rf ./dist && rollup -c",

"license": "MIT",
"keywords": [
"blink",
"blink tag",
"custom element"
],
"files": [

@@ -23,0 +28,0 @@ "dist/**",

@@ -18,3 +18,3 @@ # \<blink-two\>

```HTML
<script src="https://unpkg.com/blink-two@0.0.0/dist/index.js"></script>
<script src="https://unpkg.com/blink-two@1.0.0/dist/index.js"></script>
```

@@ -25,3 +25,3 @@

```JavaScript
import 'blink-two`;
import 'blink-two';
```

@@ -38,1 +38,3 @@

Doing that will get you this:
![Blink Two Tag Demo](https://raw.githubusercontent.com/MichaelSolati/blink-two/v1.0.0/src/assets/example.gif)
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