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

lws-cors

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lws-cors - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

6

package.json
{
"name": "lws-cors",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.3.3",
"version": "0.3.4",
"description": "lws-cors",

@@ -22,6 +22,6 @@ "repository": "https://github.com/lwsjs/cors.git",

"devDependencies": {
"lws": "^1.0.0-pre2.1",
"req-then": "^0.6.2",
"lws": "^1.0.0-pre4.0",
"req-then": "^0.6.4",
"test-runner": "^0.4.0"
}
}

@@ -11,5 +11,5 @@ const TestRunner = require('test-runner')

const lws = new Lws()
const server = lws.create({ port, stack: Cors })
const server = lws.listen({ port, stack: Cors })
const response = await request(`http://localhost:${port}/`)
server.close()
})

Sorry, the diff of this file is not supported yet

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