Socket
Socket
Sign inDemoInstall

component-clone

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

component-clone - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

component.json
{
"name": "clone",
"repo": "component/clone",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {

@@ -6,0 +6,0 @@ "component/type": "*"

0.2.2 / 2014-03-06
==================
* fix require() call again
0.2.1 / 2014-03-01

@@ -3,0 +8,0 @@ ==================

@@ -5,3 +5,8 @@ /**

var type = require('component-type');
var type;
try {
type = require('component-type');
} catch (_) {
type = require('type');
}

@@ -8,0 +13,0 @@ /**

{
"name": "component-clone",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {

@@ -22,3 +22,6 @@ "component-type": "*"

"url": "https://github.com/component/clone.git"
},
"browser": {
"type": "component-type"
}
}
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