Socket
Socket
Sign inDemoInstall

intervals-fn

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intervals-fn - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

.vscode/launch.json

3

package.json
{
"name": "intervals-fn",
"version": "2.8.0",
"version": "2.8.1",
"description": "Manipulate intervals in a functional way",

@@ -14,2 +14,3 @@ "main": "dist/lib.js",

"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es",
"prepublish": "npm run build",
"doc": "npm run build && typedoc --out docs/ dist/",

@@ -16,0 +17,0 @@ "semantic-release": "semantic-release",

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"lib": [
"es2017",
"dom"
],
"types": [],
"declaration": true,
"sourceMap": true,
"outDir": "./build",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"baseUrl": "./"
"baseUrl": "./",
"sourceMap": true
},

@@ -30,2 +14,2 @@ "include": [

]
}
}
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