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

ender-repository

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ender-repository - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

package.json
{
"name": "ender-repository"
, "description": "Repository (npm) manager for the Ender CLI"
, "version": "0.0.2"
, "version": "0.0.3"
, "authors": [

@@ -15,3 +15,3 @@ "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"

"ender-package-util": "~0.0.0"
, "npm" : "~1.1.70"
, "npm" : "~1.2.10"
, "async" : "~0.1.22"

@@ -34,2 +34,2 @@ , "errno" : "~0.0.3"

}
}
}
# Ender Repository [![Build Status](https://secure.travis-ci.org/ender-js/ender-repository.png)](http://travis-ci.org/ender-js/ender-repository)
A component of the Ender CLI, providing an interface to [npm](http://npmjs.org/), all npm interaction goes through here so it's safely abstracted away from the rest of the code.
A component of the [Ender CLI](https://github.com/ender-js/Ender/), providing an interface to [npm](http://npmjs.org/), all npm interaction goes through here so it's safely abstracted away from the rest of the code.

@@ -15,3 +15,3 @@ The important parts are the `setup()` and `packup()` methods which must wrap around any call to an npm command. If you don't do a `setup()` then you'll get an error, if you don't do a `packup()` then you'll likely have a hanging-process.

For more information checkout [http://ender.jit.su](http://ender.jit.su)
For more information check out [http://ender.jit.su](http://ender.jit.su)

@@ -57,3 +57,3 @@ ## API

Ender Package Util uses [Buster](http://busterjs.org) for unit testing. You'll get it (and a bazillion unnecessary dependencies) when you `npm install` in your cloned local repository. Simply run `npm test` to run the test suite.
Ender Repository uses [Buster](http://busterjs.org) for unit testing. You'll get it (and a bazillion unnecessary dependencies) when you `npm install` in your cloned local repository. Simply run `npm test` to run the test suite.

@@ -60,0 +60,0 @@ ## Licence

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