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

attr-accept

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attr-accept - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

80

package.json
{
"name": "attr-accept",
"version": "1.0.0",
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run check && npm run build",
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm test -- --watch",
"lint": "eslint ./src",
"check": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okonet/attr-accept.git"
},
"keywords": [
"html5",
"input",
"tag",
"attribute",
"attr",
"accpet",
"file"
],
"author": "Andrey Okonetchnikov @okonetchnikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/okonet/attr-accept/issues"
},
"homepage": "https://github.com/okonet/attr-accept#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.1",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.1",
"expect": "^1.9.0",
"mocha": "^2.3.2"
}
"name": "attr-accept",
"version": "1.0.1",
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run check && npm run build",
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm test -- --watch",
"lint": "eslint ./src",
"check": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okonet/attr-accept.git"
},
"keywords": [
"html5",
"input",
"tag",
"attribute",
"attr",
"accpet",
"file"
],
"author": "Andrey Okonetchnikov @okonetchnikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/okonet/attr-accept/issues"
},
"homepage": "https://github.com/okonet/attr-accept#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.1",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.1",
"expect": "^1.9.0",
"mocha": "^2.3.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