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 1.0.0 to 1.1.0

blink-two.js

47

package.json

@@ -1,46 +0,1 @@

{
"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": "1.0.0",
"scripts": {
"build": "rm -rf ./dist && rollup -c",
"serve": "polymer serve --open"
},
"main": "dist/index.js",
"author": "Michael Solati mkslt04@gmail.com",
"homepage": "https://github.com/MichaelSolati/blink-two",
"repository": {
"type": "git",
"url": "https://github.com/MichaelSolati/blink-two.git"
},
"bugs": {
"url": "https://github.com/MichaelSolati/blink-two/issues"
},
"readme": "README.md",
"license": "MIT",
"keywords": [
"blink",
"blink tag",
"custom element"
],
"files": [
"dist/**",
"LICENSE.md",
"package-lock.json",
"package.json",
"README.md"
],
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@polymer/polymer": "^3.0.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^4.0.4",
"wct-mocha": "^1.0.0"
}
}
{"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":"1.1.0","scripts":{},"main":"index.cjs.js","browser":"blink-two.js","module":"index.esm.js","typings":"index.d.ts","author":"Michael Solati <mkslt04@gmail.com>","homepage":"https://github.com/MichaelSolati/blink-two","repository":{"type":"git","url":"https://github.com/MichaelSolati/blink-two.git"},"bugs":{"url":"https://github.com/MichaelSolati/blink-two/issues"},"readme":"README.md","license":"MIT","keywords":["blink","blink tag","components","elements","web components","custom elements"],"files":["blink-two.js","CHANGELOG.md","index.cjs.js","index.d.ts","index.esm.js","LICENSE.md","package.json","package-lock.json","README.md"],"dependencies":{"@webcomponents/webcomponentsjs":"^2.2.10","lit-element":"^2.2.1"},"devDependencies":{"generate-changelog":"1.x.x","rollup":"1.x.x","rollup-plugin-commonjs":"10.x.x","rollup-plugin-copier":"1.x.x","rollup-plugin-livereload":"1.x.x","rollup-plugin-node-resolve":"5.x.x","rollup-plugin-scss":"1.x.x","rollup-plugin-serve":"1.x.x","rollup-plugin-terser":"5.x.x","rollup-plugin-typescript2":"0.x.x","tslint":"5.x.x","typescript":"3.x.x"}}

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

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

@@ -21,0 +21,0 @@

Sorry, the diff of this file is too big to display

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