Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
3
Maintainers
11
Versions
280
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.24.19-alpha.0 to 8.24.21-alpha.0

lib/browser-test/tests.d.ts

33

package.json
{
"name": "@aller/blink-labrador",
"version": "8.24.19-alpha.0",
"version": "8.24.21-alpha.0",
"description": "Library for using blink on Labrador",

@@ -23,3 +23,3 @@ "main": "lib/main.js",

"format": "prettier {src/**/**/*.ts,src/**/*.ts} --write",
"build": "rm -rf lib && babel src -d lib",
"build": "rm -rf lib && yarn tsc -d",
"prepare": "npm run build",

@@ -34,3 +34,3 @@ "bundle": "rollup -c",

"type": "git",
"url": "git+https://tutturen@github.com/dbmedialab/blink-labrador.git"
"url": "git+https://github.com/dbmedialab/blink-labrador.git"
},

@@ -44,4 +44,5 @@ "keywords": [

"testEnvironment": "jsdom",
"verbose": true,
"testURL": "http://localhost",
"testEnvironmentOptions": {
"url": "http://localhost"
},
"roots": [

@@ -51,18 +52,5 @@ "<rootDir>/src"

"transform": {
"^.+\\.(ts|x)?$": "ts-jest",
"^.+\\.js?$": "babel-jest"
"^.+\\.[tj]s|x?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"transformIgnorePatterns": [
"/node_modules/(?!web-vitals)/"
],
"globals": {
"ts-jest": {
"diagnostics": {
"ignoreCodes": [
2345
]
}
}
},
"moduleFileExtensions": [

@@ -84,3 +72,3 @@ "ts",

"dependencies": {
"@aller/blink": "^8.24.19-alpha.0",
"@aller/blink": "^8.24.21-alpha.0",
"@soldotno/aller-in-view": "^3.0.2",

@@ -90,7 +78,4 @@ "react": "^16.11.0"

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.24.0",
"@types/react": "^16.9.9",
"@typescript-eslint/parser": "^7.1.0",
"babel-jest": "^29.7.0",
"eslint-config-prettier": "^9.1.0",

@@ -108,3 +93,3 @@ "prettier": "^3.2.5",

},
"gitHead": "b7ca76e01dfe5ca0d49eb90a76a3891dc32525bd"
"gitHead": "f6dbacf25f72c1e9563261b51fc9ae2f3566ef8f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc