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

a_mock

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a_mock - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

newThen.js

3

index.js
module.exports = {
mock: require('./mock'),
expectRequire: require('./expectRequire'),
requireMock: require('./requireMock')
requireMock: require('./requireMock'),
then: require('./newThen');
};
{
"name": "a_mock",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",

@@ -8,7 +8,9 @@ "title": "a_mock",

"keywords": ["mock","mocking","partial mock","strict mock","tdd","stub","stubbing","mock require","verify"],
"dependencies": {
"promise" : "5.0.0"
},
"repository" : {
"type" : "git",
"url" : "git@github.com:alfateam/a_mock.git"
}
"type" : "git",
"url" : "git@github.com:alfateam/a_mock.git"
}
}
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