New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/satellite

Package Overview
Dependencies
Maintainers
50
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/satellite - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.9

components/Alert/Alert.js

28

package.json
{
"name": "@algolia/satellite",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.9",
"description": "Algolia design system React components",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "del dist",
"prebuild": "yarn clean",
"build": "run-p build:types build:dist",
"build:dist": "node scripts/build-satellite",
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
"build:css-types": "node scripts/css-types.js",
"dev": "yarn clean && run-p dev:css-types dev:build",
"dev:build": "yarn build:dist -w",
"dev:css-types": "chokidar \"**/*.module.scss\" -c \"yarn build:css-types\"",
"lint:types": "tsc --noEmit",
"test": "yarn lint:types",
"prepare": "cross-env NODE_ENV=production yarn build",
"release": "release-it"
},
"main": "index.js",
"types": "types/index.d.ts",
"repository": {

@@ -76,3 +58,3 @@ "type": "git",

"react-dom": "^16.7.0",
"release-it": "^10.4.3",
"semver": "^6.1.1",
"typed-css-modules": "^0.4.2",

@@ -90,2 +72,2 @@ "typescript": "^3.4.4"

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