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

@gmana/core

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmana/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

./dist/index.js

3

dist/index.d.ts

@@ -0,1 +1,2 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';

@@ -7,3 +8,3 @@

}
declare function Button(props: ButtonProps): JSX.Element;
declare function Button(props: ButtonProps): react_jsx_runtime.JSX.Element;
declare namespace Button {

@@ -10,0 +11,0 @@ var displayName: string;

@@ -0,3 +1,3 @@

'use client'
"use strict";
'use client'
var __defProp = Object.defineProperty;

@@ -31,6 +31,3 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

function Button(props) {
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
className: props.className,
children: props.children
});
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { className: props.className, children: props.children });
}

@@ -37,0 +34,0 @@ Button.displayName = "Button";

{
"name": "@gmana/core",
"version": "0.0.2",
"version": "0.0.3",
"main": "./dist/index.js",

@@ -13,10 +13,10 @@ "module": "./dist/index.mjs",

"devDependencies": {
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"eslint": "^8.43.0",
"react": "^18.2.0",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"@gmana/tsconfig": "0.0.2",
"eslint": "^7.32.0",
"eslint-config-gmana": "0.0.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^17.0.2",
"tsup": "^5.10.1",
"typescript": "^4.5.3"
"eslint-config-gmana": "0.0.3"
},

@@ -23,0 +23,0 @@ "publishConfig": {

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