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

@anephenix/sarus

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anephenix/sarus - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

CHANGELOG.md
# CHANGELOG
### 0.4.3 - Sunday 5th September, 2021
- Updated dependencies
### 0.4.2 - Sunday 6th June, 2021

@@ -4,0 +8,0 @@

18

jest.config.js
module.exports = {
preset: "ts-jest",
testEnvironment: "jsdom",
clearMocks: true,
coverageDirectory: "coverage",
transform: {
"//.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
testPathIgnorePatterns: [
'/__tests__/helpers/delay.ts',
],
preset: 'ts-jest',
testEnvironment: 'jsdom',
clearMocks: true,
coverageDirectory: 'coverage',
transform: {
'//.(ts|tsx)$': 'ts-jest',
},
testPathIgnorePatterns: ['/__tests__/helpers/delay.ts'],
};
{
"name": "@anephenix/sarus",
"version": "0.4.2",
"version": "0.4.3",
"description": "A WebSocket JavaScript library",
"main": "dist/index.js",
"devDependencies": {
"@babel/parser": "^7.13.13",
"@babel/types": "^7.13.13",
"@types/jest": "^26.0.22",
"@types/websocket": "^1.0.2",
"coveralls": "^3.1.0",
"@babel/parser": "^7.15.5",
"@babel/types": "^7.15.4",
"@types/jest": "^27.0.1",
"@types/websocket": "^1.0.4",
"coveralls": "^3.1.1",
"dom-storage": "^2.1.0",
"ip-regex": "^4.3.0",
"jest": "^26.6.3",
"jest-websocket-mock": "^2.2.0",
"jsdoc": "^3.6.6",
"jsdom": "^16.5.1",
"jest": "^27.1.0",
"jest-websocket-mock": "^2.2.1",
"jsdoc": "^3.6.7",
"jsdom": "^17.0.0",
"mock-socket": "^9.0.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
},

@@ -22,0 +22,0 @@ "scripts": {

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