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

@restart/context

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restart/context - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.babelrc.js

58

package.json
{
"name": "@restart/context",
"version": "2.1.0",
"main": "index.js",
"version": "2.1.1",
"main": "lib/index.js",
"module": "lib/es/index.js",

@@ -13,2 +13,15 @@ "types": "index.d.ts",

"license": "MIT",
"scripts": {
"tdd": "jest --watch",
"test": "npm run test:types && npm run lint && jest",
"testonly": "jest",
"test:types": "tslint -p types",
"build:es": "babel src -d lib/es --env-name esm --ignore **/__tests__ ",
"build:lib": "babel src -d lib --ignore **/__tests__ --delete-dir-on-start ",
"build": "npm run build:lib && npm run build:es && cpy types/*.d.ts lib && cpy types/*.d.ts lib/es",
"prepublishOnly": "yarn run build",
"lint": "eslint . && prettier --list-different --ignore-path .eslintignore '**/*.{json,css,md}'",
"format": "eslint . --fix && prettier --write --ignore-path .eslintignore '**/*.{json,css,md}'",
"precommit": "lint-staged"
},
"publishConfig": {

@@ -33,3 +46,5 @@ "access": "public"

"jest": {
"testEnvironment": "jsdom",
"roots": [
"<rootDir>/test"
],
"setupFiles": [

@@ -39,2 +54,39 @@ "<rootDir>/test/index.js"

},
"release": {
"extends": [
"@4c/semantic-release-config"
],
"pkgRoot": "lib"
},
"devDependencies": {
"@4c/babel-preset-4catalyzer": "^4.1.1",
"@4c/semantic-release-config": "^1.0.3",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@types/react": "^16.8.5",
"babel-core": "bridge",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"codecov": "^3.2.0",
"cpy-cli": "^2.0.0",
"dtslint": "^0.3.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.14.1",
"eslint-config-4catalyzer-react": "^0.9.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"semantic-release": "^15.13.3",
"travis-deploy-once": "^5.0.11"
},
"peerDependencies": {

@@ -41,0 +93,0 @@ "react": ">=16.3.2"

es/forwardRef.d.ts
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