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

latitude-ui

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latitude-ui - npm Package Compare versions

Comparing version 1.0.2-3 to 1.1.0

34

package.json
{
"name": "latitude-ui",
"version": "1.0.2-3",
"main": "lib/cjs/index.js",
"version": "1.1.0",
"main": "./lib/v1/multi-entry.js",
"author": "Ali Fathieh",

@@ -10,5 +10,7 @@ "scripts": {

"copy": "cp package.json lib/ && cp README.md lib/",
"standard-version": "standard-version",
"build": "yarn clean && yarn bundle && yarn copy",
"release": "yarn build && np --no-publish --any-branch",
"postrelease": "yarn build && yarn publish lib --tag next"
"release": "./scripts/release/script.mjs",
"np-release": "yarn build && np --any-branch",
"package:cleanup": "rm -rf $(ls -A1 | grep -E -v '^(package.json|package-lock.json|README.md|CHANGELOG.md|lib|.git)$')"
},

@@ -24,5 +26,2 @@ "license": "UNLICENSED",

},
"np": {
"contents": "lib"
},
"engines": {

@@ -33,9 +32,18 @@ "node": ">=14.17.x",

},
"standard-version": {
"skip": {
"commit": true,
"tag": true
}
},
"np": {
"contents": "lib"
},
"devDependencies": {
"@rollup/plugin-multi-entry": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/bluebird": "^3.5.36",
"@types/node": "^17.0.13",
"@types/bluebird": "3.5.36",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"np": "7.6.0",
"np": "^7.6.0",
"react": "17.0.2",

@@ -46,6 +54,8 @@ "rollup": "2.66.1",

"rollup-plugin-visualizer": "5.5.4",
"ts-toolbelt": "^9.6.0",
"standard-version": "9.3.2",
"ts-toolbelt": "9.6.0",
"tslib": "2.3.1",
"typescript": "4.5.5"
"typescript": "4.5.5",
"zx": "4.3.0"
}
}

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

# lfs-ui
LFS react components built with Chakra-ui.
# lfs-ui
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