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

addhoc

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addhoc - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

index.d.ts

4

CHANGELOG.md
# `addhoc`
## 1.2.0
- [feat] Add TypeScript typings (thanks @shawnkoon!)
## 1.1.2

@@ -4,0 +8,0 @@

15

package.json
{
"name": "addhoc",
"version": "1.1.2",
"version": "1.2.0",
"description": "Handy little helper to create proper HOC functions complete with hoisted statics and forwarded refs",

@@ -9,2 +9,3 @@ "main": "./lib/index",

"react-native": "./index",
"types": "./index.d.ts",
"scripts": {

@@ -14,3 +15,5 @@ "build": "babel -d lib index.js",

"lint": "eslint --fix *.js",
"test": "nyc mocha --require setup-env test/*.test.js",
"test:types": "tsc --noEmit ./index.d.ts",
"test:mocha": "nyc mocha --require setup-env test/*.test.js",
"test": "npm run test:mocha && npm run test:types",
"posttest": "npm run lint",

@@ -41,2 +44,3 @@ "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"

"@babel/register": "^7.4.4",
"@types/react": "^16.8.6",
"assume": "^2.2.0",

@@ -48,6 +52,6 @@ "babel-eslint": "^10.0.2",

"eslint": "^6.0.1",
"eslint-config-godaddy-react": "^5.1.0",
"eslint-config-godaddy-react": "^6.0.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-react": "^7.14.2",

@@ -60,3 +64,4 @@ "jsdom": "^15.1.1",

"react-dom": "^16.8.6",
"setup-env": "^1.2.2"
"setup-env": "^1.2.2",
"typescript": "^3.5.3"
},

@@ -63,0 +68,0 @@ "dependencies": {

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