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

@blockchain-com/constellation

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockchain-com/constellation - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/cjs/index.d.ts

22

package.json
{
"name": "@blockchain-com/constellation",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"prepublish": "yarn build",
"build": "NODE_ENV=production tsc"
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs"
},
"devDependencies": {
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"eslint-config-constellation": "0.0.25",
"jest": "^26.6.3",
"prettier-config-constellation": "0.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stylelint-config-constellation": "0.0.5",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
.eslintrc
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