New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

derby

Package Overview
Dependencies
Maintainers
5
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby - npm Package Compare versions

Comparing version 0.10.31 to 1.0.0

7

package.json
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "0.10.31",
"version": "1.0.0",
"homepage": "http://derbyjs.com/",

@@ -12,3 +12,4 @@ "repository": {

"scripts": {
"test": "./node_modules/.bin/mocha test/all/*.mocha.js test/dom/*.mocha.js test/server/*.mocha.js; ./node_modules/.bin/jshint lib/*.js test/*.js test-utils/*.js"
"test": "./node_modules/.bin/mocha test/all/*.mocha.js test/dom/*.mocha.js test/server/*.mocha.js; ./node_modules/.bin/jshint lib/*.js test/*.js test-utils/*.js",
"test-browser": "node test/server.js"
},

@@ -21,3 +22,3 @@ "dependencies": {

"qs": "^6.0.2",
"racer": "^0.9.0",
"racer": "^1.0.0",
"resolve": "^1.1.6",

@@ -24,0 +25,0 @@ "through": "^2.3.4",

@@ -15,2 +15,18 @@ ![Test](https://github.com/derbyjs/derby/workflows/Test/badge.svg)

## Running Tests
Run unit tests:
```
npm test
```
Run browser tests:
> This will prompt to open a browser to run front-end tests
```
npm run test-browser
```
## Getting in touch

@@ -24,3 +40,3 @@

Copyright (c) 2011-2020 by Nate Smith
Copyright (c) 2011-2021 by Nate Smith

@@ -27,0 +43,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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