Socket
Socket
Sign inDemoInstall

react-focus-lock

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-lock - npm Package Compare versions

Comparing version 2.13.0 to 2.13.1

dist/cjs/index.d.ts

8

package.json
{
"name": "react-focus-lock",
"version": "2.13.0",
"version": "2.13.1",
"description": "It is a trap! (for a focus)",

@@ -8,3 +8,3 @@ "main": "dist/cjs/index.js",

"module": "dist/es2015/index.js",
"types": "react-focus-lock.d.ts",
"types": "./dist/cjs/index.d.ts",
"sideEffects": [

@@ -15,5 +15,6 @@ "**/sidecar.js",

"scripts": {
"build:dts": "copyfiles -u 1 src/**/*.d.ts dist/cjs",
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs",
"build:es5": "NODE_ENV=es2015 babel src -d dist/es2015",
"build": "rm -Rf ./dist && yarn build:es5 && yarn build:cjs",
"build": "rm -Rf ./dist && yarn build:es5 && yarn build:cjs && yarn build:dts",
"test": "npm run test:pick -- '_tests/**/*spec.js'",

@@ -85,2 +86,3 @@ "test:pick": "NODE_ENV=cjs mocha --require @babel/register --require global-jsdom/register --require _tests/spinup/scaffolding --exit",

"conventional-changelog-cli": "^2.0.12",
"copyfiles": "^2.4.0",
"enzyme": "^3.3.0",

@@ -87,0 +89,0 @@ "enzyme-adapter-react-16": "^1.15.2",

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