New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inzane-test-package

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inzane-test-package - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/cjs/index.js

@@ -16,3 +16,3 @@ 'use strict';

function BasicCard(props) {
return /*#__PURE__*/React__default["default"].createElement("div", null, props.data);
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", null, props.data), /*#__PURE__*/React__default["default"].createElement("div", null, " Whats up? "));
}

@@ -19,0 +19,0 @@

@@ -8,3 +8,3 @@ import React from 'react';

function BasicCard(props) {
return /*#__PURE__*/React.createElement("div", null, props.data);
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", null, props.data), /*#__PURE__*/React.createElement("div", null, " Whats up? "));
}

@@ -11,0 +11,0 @@

{
"name": "inzane-test-package",
"version": "0.0.9",
"version": "0.0.10",
"description": "Inzane Test",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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