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

@aller/site-id

Package Overview
Dependencies
Maintainers
16
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/site-id - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

tests/index.test.js

18

package.json
{
"name": "@aller/site-id",
"version": "1.0.0",
"version": "1.1.0",
"description": "Site ID to host and vice versa",

@@ -8,4 +8,7 @@ "main": "lib/index.js",

"prepare": "babel src/ -d lib/",
"test": "npm run test:eslint",
"test:eslint": "eslint src --max-warnings=0"
"test": "npm run test:eslint && npm run test:ava",
"test:ava": "ava",
"test:eslint": "eslint src --max-warnings=0",
"test:verbose": "ava --verbose",
"test:watch": "ava --verbose --watch"
},

@@ -23,2 +26,3 @@ "repository": {

"@aller/eslint-config-aller": "0.5.2",
"ava": "0.25.0",
"babel-cli": "6.26.0",

@@ -28,2 +32,3 @@ "babel-eslint": "8.2.3",

"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"eslint": "4.19.1",

@@ -33,3 +38,10 @@ "eslint-plugin-import": "2.12.0",

"eslint-plugin-react": "7.9.1"
},
"ava": {
"require": [
"babel-register"
],
"failFast": true,
"babel": "inherit"
}
}

Sorry, the diff of this file is not supported yet

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