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

also

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

also - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

lib/inject.js

4

lib/also.js
// Generated by CoffeeScript 1.4.0
module.exports = function(fn) {
return fn.apply(null, arguments);
module.exports = {
inject: require('./inject')
};
{
"name": "also",
"description": "decorators",
"version": "0.0.0",
"version": "0.0.1",
"author": "nomilous <nomilous@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -5,1 +5,34 @@ also

decorators
### 0.0.1 (unstable)
vague example with ducks
------------------------
```coffee
{sync, async} = require( 'also' ).inject
ducks = 0
ducklings = 0
quark = sync
beforeAll: -> ducks++
beforeEach: -> ducklings++
->
ducks: ducks
ducklings: ducklings
quark quark quark quark quark quark quark()
# => { ducks: 1, ducklings: 7 }
```

Sorry, the diff of this file is not supported yet

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