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

@connectedcars/device-modules

Package Overview
Dependencies
Maintainers
28
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedcars/device-modules - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@connectedcars/device-modules",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/dist/src/index.js",

@@ -26,1 +26,13 @@ // Not used right now, might be used later

// }, 20000)
// it('runWaitFor, timeout, no-sigterm', async () => {
// await expect(cmd.runWaitFor(`./test/cmd/no-sigterm.sh sleep 15`, new RegExp('doesntexist'), 10)).rejects.toThrow(
// new RegExp(`Output:\n`)
// )
// })
// it('runWaitFor, timeout, no-sigterm, sudo', async () => {
// await expect(
// cmd.runWaitFor(`./test/cmd/no-sigterm.sh sleep 15`, new RegExp('doesntexist'), 10, true)
// ).rejects.toThrow(new RegExp(`Output:\n`))
// })
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