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

@invrs/ads

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invrs/ads - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

38

package.json
{
"name": "@invrs/ads",
"version": "0.7.1",
"version": "0.7.2",
"description": "Inverse ad code",

@@ -23,3 +23,3 @@ "keywords": [

"lint": "eslint --ignore-path .gitignore --ext=js .",
"test": "jest test",
"test": "jest",
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps"

@@ -41,25 +41,6 @@ },

"fxtr": "1",
"jest": "^22.4.3",
"jest": "22",
"rimraf": "2"
},
"babel": {
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}
}
]
]
}
},
"presets": [

@@ -87,8 +68,15 @@ [

"setupFiles": [
"./test/setup.js"
"<rootDir>/test/setup.js"
],
"testMatch": [
"**/*Test.js"
"<rootDir>/test/**/*Test.js"
]
}
},
"starters": [
"basics",
"babel",
"babel-scripts",
"babel-web",
"jest"
]
}
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