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.6

yarn.lock

17

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

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

"test:mocha": "mocha src/given.mocha.js",
"lint": "eslint src/**/*.js",
"deploy": "webpack && npm publish"
},
"jest": {
"testURL": "http://localhost"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.0.2",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.9.0",
"jasmine": "^3.0.0",
"jest": "^22.4.2",
"jest": "^23.6.0",
"mocha": "^5.0.1",
"webpack": "^4.0.0"
"webpack": "^4.0.0",
"webpack-cli": "^3.1.2"
}
}
/* eslint import/no-extraneous-dependencies: 0 */
const { expect } = require('chai');
const given = require('./given');
const { expect } = require('chai');

@@ -6,0 +6,0 @@ let count = 1;