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

@dsexample/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsexample/core - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

7

./dist/index.js

@@ -30,4 +30,7 @@ "use strict";

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

@@ -34,0 +37,0 @@ }

@@ -30,4 +30,7 @@ "use strict";

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

@@ -34,0 +37,0 @@ }

{
"name": "@dsexample/core",
"version": "0.0.0",
"version": "1.0.0",
"main": "./dist/index.js",

@@ -19,4 +19,4 @@ "module": "./dist/index.mjs",

"typescript": "^4.5.3",
"@dsexample/tsconfig": "0.0.0",
"@dsexample/eslint-config-acme": "0.0.0"
"@dsexample/tsconfig": "1.0.0",
"@dsexample/eslint-config-acme": "1.0.0"
},

@@ -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