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

@nosana/schema-validator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosana/schema-validator - npm Package Compare versions

Comparing version 0.1.31 to 0.1.33

dist/index.cjs.js

8

package.json

@@ -24,4 +24,4 @@ {

"description": "To install dependencies:",
"version": "0.1.31",
"main": "dist/index.min.mjs",
"version": "0.1.33",
"main": "dist/index.cjs.min.js",
"module": "dist/index.min.mjs",

@@ -39,3 +39,3 @@ "unpkg": "dist/index.umd.min.js",

"lint": "eslint src/** test/**",
"build": "npm run clean && npm run lint && tsc-esm --project tsconfig.json && npm run bundle:esm && npm run bundle:esm:min && npm run bundle:umd && npm run bundle:umd:min && npm run build:stats",
"build": "npm run clean && npm run lint && tsc-esm --project tsconfig.json && npm run bundle:esm && npm run bundle:esm:min && npm run bundle:umd && npm run bundle:umd:min && npm run bundle:cjs && npm run bundle:cjs:min && npm run build:stats",
"build:stats": "(echo '\\033[35;3m' ; cd dist && ls -lh index*js index*gz | tail -n +2 | awk '{print $5,$9}')",

@@ -46,2 +46,4 @@ "bundle:esm": "rollup dist/index.js --file dist/index.mjs --format esm",

"bundle:umd:min": "terser --ecma 6 --compress --mangle -o dist/index.umd.min.js -- dist/index.umd.js && gzip -9 -c dist/index.umd.min.js > dist/index.umd.min.js.gz",
"bundle:cjs": "rollup dist/index.js --file dist/index.cjs.js --format cjs",
"bundle:cjs:min": "terser --ecma 6 --compress --mangle -o dist/index.cjs.min.js -- dist/index.cjs.js && gzip -9 -c dist/index.cjs.min.js > dist/index.cjs.min.js.gz",
"publish:public": "npm version patch && npm run build && npm publish --access public"

@@ -48,0 +50,0 @@ },

Sorry, the diff of this file is not supported yet

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