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

@metocherry/flow-ui

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metocherry/flow-ui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1-next.0

.turbo/turbo-build.log

7

CHANGELOG.md
# @metocherry/flow-ui
## 0.1.1-next.0
### Patch Changes
- 4450a41: TEST
- @metocherry/flow-utils@0.1.1-next.0
## 0.1.0

@@ -4,0 +11,0 @@

27

package.json
{
"name": "@metocherry/flow-ui",
"version": "0.1.0",
"main": "./index.tsx",
"types": "./index.tsx",
"version": "0.1.1-next.0",
"source": "./index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"lint": "TIMING=1 eslint \"**/*.ts*\""
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"build": "tsc --noEmit && parcel build --no-source-maps"
},
"targets": {
"main": {
"optimize": true
},
"module": {
"optimize": true
}
},
"sideEffects": false,
"devDependencies": {

@@ -14,8 +26,9 @@ "@types/react": "^17.0.37",

"eslint": "^7.32.0",
"react": "^18.2.0",
"parcel": "^2.7.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@metocherry/flow-utils": "workspace:^"
"peerDependencies": {
"@metocherry/flow-utils": "0.1.1-next.0",
"react": "^18.2.0"
}
}
{
"extends": "tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {

@@ -23,3 +20,5 @@ "composite": false,

"target": "es6"
}
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"],
}

Sorry, the diff of this file is not supported yet

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