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

block-elements

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

block-elements - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

8

History.md
1.0.1 / 2015-03-19
==================
* add README.md
* add LICENSE file
* rebuild, add "main" and "nav"
* package: add "prepublish" instead (#1, @hemanth)
1.0.0 / 2014-08-27

@@ -3,0 +11,0 @@ ==================

2

index.js

@@ -30,2 +30,4 @@ /**

"hr",
"main",
"nav",
"noscript",

@@ -32,0 +34,0 @@ "ol",

5

package.json
{
"name": "block-elements",
"version": "1.0.0",
"version": "1.0.1",
"description": "Array of \"block level elements\" defined by the HTML specification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node build.js > index.js"
},

@@ -9,0 +10,0 @@ "repository": {

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