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

rufflib-validate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rufflib-validate - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

dist/rufflib-validate.es.js

9

package.json
{
"name": "rufflib-validate",
"version": "1.3.0",
"version": "2.0.0",
"description": "A RuffLIB library for succinctly validating JavaScript values.",
"main": "docs/dist/rufflib-validate.es.js",
"main": "dist/rufflib-validate.es.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"build": "npm run clean && rollup -c && mkdir docs/dist && cp dist/* docs/dist",
"clean": "rm -r dist; rm -r docs/dist; rm -r docs/test",
"test:docs": "node docs/run-nodejs-tests.js # test docs/ using NodeJS",

@@ -33,4 +34,4 @@ "test:src": "node src/run-nodejs-tests.js # test src/ using NodeJS",

"rollup-plugin-terser": "^7.0.2",
"rufflib-expect": "^2.0.1"
"rufflib-expect": "^3.0.0"
}
}

@@ -5,3 +5,3 @@ # RuffLIB Validate

▶  __Version:__ 1.3.0
▶  __Version:__ 2.0.0
▶&nbsp; __Homepage:__ <https://richplastow.com/rufflib-validate>

@@ -37,3 +37,3 @@ ▶&nbsp; __NPM:__ <https://www.npmjs.com/package/rufflib-validate>

Build the minified and unminified bundles, using settings in rollup.config.js:
Build the minified and unminified bundles in ‘dist/’ and ‘docs/’:
`npm run build`

@@ -40,0 +40,0 @@

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