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

panic-client

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panic-client - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

2

package.json
{
"name": "panic-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "Test client for panic-server",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -51,2 +51,3 @@ /*eslint "no-eval": "off", "id-length": "off"*/

data: null,
platform: panic.platform,

@@ -53,0 +54,0 @@ // default timeout

@@ -46,2 +46,12 @@ /*globals describe, it, beforeEach*/

});
it('should export the platform', function () {
var matches = {};
new Job(function () {
this.data.matches.platform = this.platform;
}, key, {
matches: matches
});
expect(matches.platform).to.be.an.instanceof(Object);
});
});
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