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

@asset-pipe/common

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asset-pipe/common - npm Package Compare versions

Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3

schemas/definitions.json

2

index.js
'use strict';
const schemas = require('./schemas');
const validators = require('./validators');
module.exports = {
schemas,
validators
};

6

package.json
{
"name": "@asset-pipe/common",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "",

@@ -21,3 +21,5 @@ "main": "index.js",

"dependencies": {
"ajv": "^6.10.2"
"ajv": "^6.10.2",
"semver": "^6.3.0",
"validate-npm-package-name": "^3.0.0"
},

@@ -24,0 +26,0 @@ "devDependencies": {

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