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

clayutils

Package Overview
Dependencies
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clayutils - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

lib/findComponentRefInPage/index.js

1

index.js
'use strict';
module.exports.findComponentRefInPage = require('./lib/findComponentRefInPage');
module.exports.getComponentInstance = require('./lib/getComponentInstance');

@@ -3,0 +4,0 @@ module.exports.getLayoutInstance = require('./lib/getLayoutInstance');

4

package.json
{
"name": "clayutils",
"version": "2.6.0",
"version": "2.6.1",
"description": "A collection of utility functions for working with Clay.",

@@ -35,3 +35,3 @@ "main": "index.js",

"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",

@@ -38,0 +38,0 @@ "sinon": "^2.1.0"

@@ -20,2 +20,3 @@ # clayutils

* **findComponentRefInPage** [(code|tests|docs)](https://github.com/clay/clayutils/tree/master/lib/findComponentRefInPage)
* **getComponentInstance** [(code|tests|docs)](https://github.com/clay/clayutils/tree/master/lib/getComponentInstance)

@@ -22,0 +23,0 @@ * **getComponentName** [(code|tests|docs)](https://github.com/clay/clayutils/tree/master/lib/getComponentName)

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