Socket
Socket
Sign inDemoInstall

@center-inc/react

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@center-inc/react - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

dist/react.cjs

27

package.json

@@ -5,6 +5,7 @@ {

"author": "Center Pixel, Inc <opensource@center.app>",
"version": "1.1.2",
"version": "1.1.3",
"publishConfig": {
"access": "public"
},
"type": "module",
"source": "./index.ts",

@@ -25,5 +26,14 @@ "exports": {

],
"scripts": {
"dev": "vite",
"clean": "rimraf dist/",
"build": "pnpm clean && microbundle build --jsx React.createElement -f es,cjs,modern --tsconfig tsconfig.build.json --pkg-main",
"test": "jest",
"test:update": "jest --updateSnapshot",
"build:docs": "jsdoc -c jsdoc.json",
"lint": "eslint . --fix"
},
"dependencies": {
"@babel/core": ">=7.11.0 <8.0.0",
"@center-inc/api-client": "1.1.2",
"@center-inc/api-client": "workspace:*",
"eslint": "^7.5.0 || ^8.0.0",

@@ -39,3 +49,3 @@ "form-data": "^4.0.0",

"@babel/eslint-parser": "^7.18.9",
"@center-inc/eslint-config": "1.1.0",
"@center-inc/eslint-config": "workspace:*",
"@testing-library/dom": "^8.17.1",

@@ -70,12 +80,3 @@ "@testing-library/jest-dom": "^5.14.1",

"whatwg-fetch": "^3.6.2"
},
"scripts": {
"dev": "vite",
"clean": "rimraf dist/",
"build": "pnpm clean && microbundle build --jsx React.createElement -f es,cjs,modern --tsconfig tsconfig.build.json --pkg-main",
"test": "jest",
"test:update": "jest --updateSnapshot",
"build:docs": "jsdoc -c jsdoc.json",
"lint": "eslint . --fix"
}
}
}
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