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

@form8ion/javascript-core

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/javascript-core - npm Package Compare versions

Comparing version 8.4.0 to 9.0.0

12

package.json

@@ -5,5 +5,5 @@ {

"license": "MIT",
"version": "8.4.0",
"version": "9.0.0",
"engines": {
"node": "^14.18 || >=16"
"node": "^16.13 || >=18"
},

@@ -37,3 +37,5 @@ "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",

"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
"test:unit:base": "npm-run-all --print-label build --parallel test:unit:vitest test:unit:mocha",
"test:unit:mocha": "DEBUG=any mocha 'src/**/*-test.js'",
"test:unit:vitest": "DEBUG=any vitest run",
"lint:peer": "npm ls >/dev/null",

@@ -84,2 +86,3 @@ "prepare": "husky install",

"husky": "8.0.3",
"jest-when": "3.5.2",
"lockfile-lint": "4.10.1",

@@ -97,4 +100,5 @@ "ls-engines": "0.9.0",

"sinon": "15.0.3",
"testdouble": "3.17.2"
"testdouble": "3.17.2",
"vitest": "0.30.1"
}
}
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