Socket
Socket
Sign inDemoInstall

gem.js

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

gem-title.png

0

Block.js
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Select')
module.exports = require("./src/node_modules/Components/Block")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Style')
module.exports = require("./src/node_modules/Components/Button")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks.js/CheckBox')
module.exports = require("./src/node_modules/Components/CheckBox")

@@ -0,0 +0,0 @@ ## Submitting bugs

// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Image')
module.exports = require("./src/node_modules/Components/Image")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/List')
module.exports = require("./src/node_modules/Components/List")

9

package.json
{"name":"gem.js",
"description": "A view library for building and styling web components in pure-javascript.",
"keywords": ["web", "components", "html", "css", "style", "view", "react", "angular", "blocks", "application"],
"version":"2.0.0",
"main": "src/Gem.js",
"keywords": [
"web", "components", "html", "css", "style", "view", "react",
"angular", "angularjs", "blocks", "application", "react", "backbone"
],
"version":"2.0.1",
"main": "src/node_modules/Gem.js",
"contributors": [

@@ -7,0 +10,0 @@ "Billy Tetrud <bitetrudpublic@gmail.com> (https://github.com/fresheneesz/)",

// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Radio')
module.exports = require("./src/node_modules/Components/Radio")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Select')
module.exports = require("./src/node_modules/Components/Select")
var buildAndWatch = require("buildUtil").buildAndWatch
buildAndWatch()

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ var exports = module.exports = require('Gem')

@@ -0,0 +0,0 @@ // some functionality that is needed by Gem.js but is related to styling (some things are also needed by Style.js)

@@ -0,0 +0,0 @@ var path = require("path")

@@ -0,0 +0,0 @@ // note: this is not intended to be used directly - only through Select and MultiSelect

@@ -0,0 +0,0 @@ var proto = require('proto')

@@ -0,0 +0,0 @@ var EventEmitter = require('events').EventEmitter

@@ -0,0 +0,0 @@ // utilities needed by the configuration (excludes dependencies the configs don't need so the webpack bundle is lean)

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ var syn = require("fsyn")

@@ -0,0 +0,0 @@ var syn = require("fsyn")

@@ -0,0 +0,0 @@ var syn = require("fsyn")

@@ -0,0 +0,0 @@ var testUtils = require('testUtils')

@@ -0,0 +0,0 @@ var proto = require("proto");

@@ -0,0 +0,0 @@ // requires: syn (loaded as a global variable from an html script tag)

@@ -0,0 +0,0 @@ var Future = require("async-future")

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ simple repetitive add performance

@@ -0,0 +0,0 @@ Note: the change here was to not render styles until the block is attached to the dom and in some code paths the cached styles weren't being used

@@ -0,0 +0,0 @@ simple repetitive add performance

@@ -0,0 +0,0 @@ var http = require('http');

// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Select')
module.exports = require("./src/node_modules/Style")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Table')
module.exports = require("./src/node_modules/Components/Table")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/Text')
module.exports = require("./src/node_modules/Components/Text")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/TextArea')
module.exports = require("./src/node_modules/Components/TextArea")
// This file just contains a proxies to the actual source file, so that you can access standard blocks via require('blocks/TextField')
module.exports = require("./src/node_modules/Components/TextField")

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc