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.1 to 0.0.2

1

dist/index.d.ts

@@ -5,2 +5,3 @@ import * as React from 'react';

children: React.ReactNode;
className?: string;
}

@@ -7,0 +8,0 @@ declare function Button(props: ButtonProps): JSX.Element;

@@ -32,2 +32,3 @@ "use strict";

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

@@ -34,0 +35,0 @@ });

8

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

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

"devDependencies": {
"@gmana/tsconfig": "0.0.2",
"eslint": "^7.32.0",
"eslint-config-gmana": "0.0.2",
"@types/react": "^18.2.0",

@@ -19,5 +21,3 @@ "@types/react-dom": "^18.2.0",

"tsup": "^5.10.1",
"typescript": "^4.5.3",
"@gmana/tsconfig": "0.0.1",
"eslint-config-gmana": "0.0.1"
"typescript": "^4.5.3"
},

@@ -24,0 +24,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