Socket
Socket
Sign inDemoInstall

@orion-js/schema

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/schema - npm Package Compare versions

Comparing version 0.0.21 to 0.0.25

8

package.json
{
"name": "@orion-js/schema",
"version": "0.0.21",
"version": "0.0.25",
"main": "index.js",

@@ -8,2 +8,5 @@ "author": "nicolaslopezj",

"scripts": {
"build": "rm -rf ./lib && babel ./src --out-dir ./lib",
"clean-build": "rm -rf node_modules && yarn install && yarn run build",
"prepublishOnly": "yarn run clean-build",
"watch": "rm -rf ./lib && babel ./src --watch --out-dir ./lib --presets es2015,stage-2",

@@ -25,3 +28,6 @@ "test": "jest src --coverage"

"jest": "^23.1.0"
},
"publishConfig": {
"access": "public"
}
}
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