New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

altitude

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

altitude - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

src/altitude.js

5

main.js

@@ -1,3 +0,2 @@

//import * as al from 'altitude';
const al = require('altitude')
import { al } from './src/altitude.js';

@@ -13,2 +12,2 @@ const intervals = [

console.log(al().data([[10, 20], [30, 40], [50, 60], [70, 80], [90, 100]]).sort_by_end())
console.log(al().data([[10, 20], [30, 40], [50, 60], [70, 80], [90, 100]]).extent())

14

package.json
{
"name": "altitude",
"version": "1.0.1",
"description": "",
"main": "index.js",
"version": "1.0.2",
"description": "Managing interval-based data",
"main": "src/altitude.js",
"module": "src/altitude.js",
"type": "module",
"scripts": {
"test": "tape -r esm 'test/**/*-test.js'"
"test": "tape 'test/**/*-test.js'"
},

@@ -23,5 +25,7 @@ "repository": {

"devDependencies": {
"tape": "^5.6.6",
"tape": "^5.6.6"
},
"dev": {
"esm": "3"
}
}
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