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

grimace

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grimace - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

dist/core/grimace.d.ts

@@ -22,5 +22,5 @@ import MuscleController from '../muscle/muscle-controller';

setRandomEmotionSet(): void;
setEmotion(emotion: string, value: number): void;
setEmotion(emotion: string, value: number, duration?: number): void;
addListener(listener: Listener): void;
}
//# sourceMappingURL=grimace.d.ts.map

@@ -67,4 +67,4 @@ "use strict";

}
setEmotion(emotion, value) {
this.emotionController.setEmotion(emotion, value);
setEmotion(emotion, value, duration = 0.0) {
this.emotionController.setEmotion(emotion, value, duration);
}

@@ -71,0 +71,0 @@ addListener(listener) {

{
"name": "grimace",
"version": "0.1.4",
"version": "0.1.5",
"description": "grimace shows what emotions look like",

@@ -5,0 +5,0 @@ "repository": {

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