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

@tds2/button

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds2/button - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

10

lib/index.js

@@ -1,7 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const react_native_1 = require("react-native");
const Button = () => <react_native_1.Text>Button</react_native_1.Text>;
exports.default = Button;
import * as React from 'react';
import { Text } from 'react-native';
const Button = () => React.createElement(Text, null, "Button");
export default Button;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@tds2/button",
"version": "0.1.8",
"version": "0.1.9",
"description": "Button component",

@@ -5,0 +5,0 @@ "keywords": [

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