Socket
Socket
Sign inDemoInstall

cubic-hermite

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 1.0.0

LICENSE

6

package.json
{
"name": "cubic-hermite",
"version": "0.0.0",
"version": "1.0.0",
"description": "Cubic hermite interpolation",

@@ -11,6 +11,6 @@ "main": "hermite.js",

"devDependencies": {
"tap": "~0.4.1"
"tape": "^2.12.3"
},
"scripts": {
"test": "tap test/*.js"
"test": "tape test/*.js"
},

@@ -17,0 +17,0 @@ "repository": {

var hermite = require("../hermite.js")
require("tap").test("hermite", function(t) {
require("tape")("hermite", function(t) {

@@ -5,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc