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

airly

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airly - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/index.js

44

package.json
{
"name": "airly",
"version": "1.0.2",
"version": "1.1.0",
"description": "Simple wrapper for Airly API",

@@ -13,4 +13,10 @@ "license": "MIT",

"scripts": {
"test": "xo"
"build": "del dist && tsc",
"test": "xo && ava",
"prepublishOnly": "npm run build"
},
"main": "dist",
"engines": {
"node": ">=8"
},
"files": [

@@ -34,2 +40,4 @@ "index.js"

"PM10",
"PM25",
"PM1",
"npm"

@@ -42,4 +50,36 @@ ],

"devDependencies": {
"@akepinski/tsconfig": "0.0.1",
"@types/got": "^9.4.3",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"ava": "*",
"del-cli": "^1.1.0",
"eslint-config-xo-typescript": "^0.10.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.4",
"xo": "*"
},
"types": "dist",
"sideEffects": false,
"ava": {
"babel": false,
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"xo": {
"extends": "xo-typescript",
"extensions": [
"ts"
],
"rules": {
"ava/no-ignored-test-files": "off"
},
"ignores": [
"examples"
]
}
}

@@ -19,2 +19,3 @@ # Airly :cloud:

* Less than 100 lines of code
* Written in TypeScript

@@ -21,0 +22,0 @@ ## Install

index.js
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