New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.0 to 4.0.0

10

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

6

package.json

@@ -6,10 +6,10 @@ {

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