Socket
Socket
Sign inDemoInstall

@schibsted/niche-ads

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibsted/niche-ads - npm Package Compare versions

Comparing version 3.1.3 to 4.0.1

lib/AdContext.d.ts

56

package.json
{
"name": "@schibsted/niche-ads",
"version": "3.1.3",
"version": "4.0.1",
"description": "Package containing ads logic reappearing across our projects",
"main": "dist/index.js",
"license": "UNLICENSED",
"main": "lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "16"
"directories": {
"src": "src"
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "npm run transpile",
"transpile": "rimraf dist && swc --out-dir dist ./src",
"transpile:watch": "npm run transpile -- --watch --source-maps",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"prepare": "husky install",
"release": "release-it"
"build": "tsc",
"lint": "eslint --ext .js --ext .ts ./src",
"dev": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git@github.schibsted.io:niche-and-services/niche-ads.git"
},
"lint-staged": {
"*.{js}": [
"eslint --fix"
],
"*.{json,md,yml}": [
"prettier --write"
]
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@release-it/conventional-changelog": "^5.1.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.60",
"chokidar": "^3.5.3",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",

@@ -49,8 +27,3 @@ "eslint-plugin-prettier": "^4.2.1",

"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"release-it": "^15.10.3",
"rimraf": "^5.0.1"
"prop-types": "^15.8.1"
},

@@ -62,3 +35,4 @@ "peerDependencies": {

"glimr-sdk": "^3.3.3"
}
},
"gitHead": "0e815fe9607c465fb447838bce914616181bdea1"
}
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