Socket
Socket
Sign inDemoInstall

builder

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

package.json
{
"name": "builder",
"description": "Liberal JavaScript DOM builder",
"version": "1.0.1",
"url": "https://github.com/syntacticx/builder/",
"homepage": "https://github.com/syntacticx/builder/",
"author": "Ryan Eastridge <ryan@syntacticx.com>",
"version": "1.0.2",
"url": "https://github.com/eastridge/builder/",
"author": "Ryan Eastridge <ryan@eastridge.xxx>",
"licenses": [{

@@ -14,8 +13,8 @@ "type": "MIT",

"type": "git",
"url": "git://github.com/syntacticx/builder.git"
"url": "git://github.com/eastridge/builder.git"
},
"bugs": {
"url": "http://github.com/syntacticx/builder/issues"
"url": "http://github.com/eastridge/builder/issues"
},
"main": "./builder.js"
}

@@ -52,3 +52,12 @@ Builder

).call Builder
Backbone
--------
To use in a [Backbone](http://documentcloud.github.com/backbone/) project, include builder.js then:
BuilderView = Backbone.View.extend Builder
MyView = BuilderView.extend
render: ->
@el.appendChild @ul li 'Item One'
Ender

@@ -55,0 +64,0 @@ -----

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