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 1.0.0 to 2.0.0

6

index.js
const packageJson = require('./package.json')
const packageJsonA = require('@aspect-test/a/package.json')
const packageJsonC = require('@aspect-test/c/package.json')
module.exports = {
id: () => `${packageJson.name}@${packageJson.version}`
id: () => `${packageJson.name}@${packageJson.version}`,
idA: () => `${packageJsonA.name}@${packageJsonA.version}`,
idC: () => `${packageJsonC.name}@${packageJsonC.version}`
}

4

package.json

@@ -6,9 +6,9 @@ {

"repository": "git://github.com/aspect-build/test-packages.git",
"version": "1.0.0",
"version": "2.0.0",
"main": "index.js",
"bin": { "bin_b": "bin.js" },
"dependencies": {
"@aspect-test/a": "1.0.0",
"@aspect-test/a": "2.0.0",
"@aspect-test/c": "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