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

given2

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

given2 - npm Package Compare versions

Comparing version

to
2.1.5

2

package.json
{
"name": "given2",
"version": "2.1.4",
"version": "2.1.5",
"main": "src/given.js",

@@ -5,0 +5,0 @@ "description": "Lazy variable evaluation for Jasmine, Mocha, Jest specs, inspired by Rspec's let",

@@ -42,5 +42,6 @@ <h1 align="center">Given2</h1>

`Given2` also can be automatically setup into global namespace
by simply importing `setup`.
## Global namespace `>= 2.1.2`
`given2` also can be imported into global namespace by simply requiring `given2/setup`.
```js

@@ -59,2 +60,4 @@ import 'given2/setup';

Аfter that you can use `given` in your spec files without importing
## Usage

@@ -61,0 +64,0 @@