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

@airgap/beacon-ui

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airgap/beacon-ui - npm Package Compare versions

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

dist/cjs/index.d.ts

13

package.json
{
"name": "@airgap/beacon-ui",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "> TODO: description",

@@ -8,3 +8,4 @@ "author": "Andreas Gassmann <andreas@andreasgassmann.ch>",

"license": "ISC",
"main": "lib/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"directories": {

@@ -15,3 +16,3 @@ "lib": "lib",

"files": [
"lib"
"dist"
],

@@ -26,4 +27,4 @@ "publishConfig": {

"scripts": {
"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "TS_NODE_PROJECT='tsconfig-cjs.json' nyc mocha --require ts-node/register --require source-map-support/register --full-trace --timeout 40000 ./__tests__/**/**.spec.ts"
},

@@ -33,3 +34,3 @@ "bugs": {

},
"gitHead": "a531ebdc643b3ab087288a751dc00d3b8152e921"
"gitHead": "e1fa737a1879c772fa882f9d2d997f5ac439f37f"
}
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