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

@cypress/json-schemas

Package Overview
Dependencies
Maintainers
5
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/json-schemas - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

dist/schemas/ci.d.ts

15

dist/objects.d.ts

@@ -10,2 +10,17 @@ export declare type commitSha = string;

export declare type osName = 'linux' | 'darwin' | 'win32';
export declare type osMemory = {
free: number;
total: number;
};
export declare type osCpu = {
model: string;
speed: number;
times: {
idle: number;
irq: number;
nice: number;
sys: number;
user: number;
};
};
export declare type projectId = string;

@@ -12,0 +27,0 @@ export declare type projectStatus = string;

7

package.json
{
"name": "@cypress/json-schemas",
"version": "4.4.0",
"version": "4.4.1",
"description": "Cypress JSON schemas",

@@ -30,3 +30,4 @@ "main": "dist",

"dependencies": {
"@cypress/schema-tools": "1.8.0"
"@cypress/schema-tools": "1.8.0",
"lodash.clonedeep": "^4.5.0"
},

@@ -40,3 +41,3 @@ "devDependencies": {

"prettier": "1.12.1",
"semantic-release": "15.2.0",
"semantic-release": "15.3.1",
"stop-build": "1.1.0",

@@ -43,0 +44,0 @@ "ts-node": "6.0.2",

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