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

@aspect-test/b

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspect-test/b - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

4

index.js
const packageJson = require('./package.json')
const a = require('@aspect-test/a')
const packageJsonA = require('@aspect-test/a/package.json') // circular dep so don't require main
const c = require('@aspect-test/c')

@@ -7,5 +7,5 @@ const d = require('@aspect-test/d')

id: () => `${packageJson.name}@${packageJson.version}`,
idA: () => a.id(),
idA: () => `${packageJsonA.name}@${packageJsonA.version}`,
idC: () => c.id(),
idD: () => d.id(),
}

@@ -6,7 +6,7 @@ {

"repository": "git://github.com/aspect-build/test-packages.git",
"version": "4.0.0",
"version": "5.0.0",
"main": "index.js",
"bin": { "bin_b": "bin.js" },
"dependencies": {
"@aspect-test/a": "4.0.0",
"@aspect-test/a": "5.0.0",
"@aspect-test/c": "2.0.0",

@@ -13,0 +13,0 @@ "@aspect-test/d": "2.0.0"

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