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

hmpo-cached-model

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-cached-model - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "hmpo-cached-model",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cached polling model",

@@ -9,4 +9,4 @@ "main": "index.js",

"lint": "eslint .",
"unit": "mocha test/. --recursive --require test/helpers",
"cover": "istanbul cover _mocha -- -R dot test/. --recursive --require test/helpers",
"unit": "mocha test --recursive",
"cover": "istanbul cover _mocha -- -R dot test --recursive",
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100",

@@ -13,0 +13,0 @@ "snyk": "snyk test",

'use strict';
const chai = require('chai');
chai.should();
global.expect = chai.expect;
global.sinon = require('sinon');
chai.use(require('sinon-chai'));
const HmpoCachedModel = require('../../lib');

@@ -4,0 +10,0 @@ const HmpoModel = require('hmpo-model');

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