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

co-use

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-use - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

10

changelog.md

@@ -6,1 +6,11 @@ # Changelog

* Initial release
## 1.0.0
* Tests run in harmony mode
* co-use tests use generators
* `npm run build` command
* Do not run jshint on built tests
* Build loads newest co and creates tests files for co tests
* Build creates README.md
* Build for co v4.6.0

8

package.json
{
"name": "co-use",
"version": "0.1.0",
"version": "1.0.0",
"description": "co using your choice of promise implementation",

@@ -19,4 +19,7 @@ "main": "./lib/",

"devDependencies": {
"co": "^4.6.0",
"bluebird": "^2.10.0",
"npm-web-api": "^0.1.1",
"fs-extra-promise": "^0.2.1",
"mz": "^1.0.2",
"lodash": "^3.10.1",
"mocha": "^2.3.2",

@@ -36,2 +39,3 @@ "chai": "^3.2.0",

"scripts": {
"build": "make build",
"test": "make test",

@@ -38,0 +42,0 @@ "cover": "make cover"

@@ -47,14 +47,13 @@ # co-use.js

So this module is made by loading `co` and wrapping the code to add the `.use()` method. I will endeavour to update this module when new versions of co are released. The version of `co` used is noted in a comment at the top of [./lib/index.js](https://github.com/overlookmotel/co-use/blob/master/lib/index.js)
So this module is made by loading `co` and wrapping the code to add the `.use()` method. I will endeavour to update this module when new versions of co are released. The version of `co` currently used is `v4.6.0`.
If you wish to build `co-use` with a more recent version of `co`, do the following:
If you wish to build `co-use` with the most recent version of `co`, do the following:
1. Fork `co-use` from Github
2. Update the version of co in `package.json` to the latest
3. Go to the directory of the fork
4. Run the following code:
2. Go to the directory of the fork
3. Run the following code:
```
npm update # loads latest version of co
node ./bin/build.js
npm install
npm run build
```

@@ -61,0 +60,0 @@

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