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

addtopage

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addtopage - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

.nyc_output/194cb99edb16c57cb48d45586746de5f.json

54

package.json
{
"name": "addtopage",
"version": "1.2.5",
"version": "1.2.6",
"description": "add content to your page - how you want - using JavaScript",

@@ -8,3 +8,3 @@ "main": "dist/addtopage.bundle.js",

"build": "BABEL_ENV=production NODE_ENV=production webpack -p",
"lint": "eslint src/ test/ --ignore-pattern test/helpers/",
"lint": "eslint src/ test/ --ignore-pattern test/helpers/file-server",
"report": "nyc report --reporter=html",

@@ -17,16 +17,7 @@ "start": "webpack -p --watch",

"license": "MIT",
"devDependencies": {
"ava": "^0.18.2",
"axios": "^0.15.2",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.14.0",
"express": "^4.14.0",
"jsdom": "^9.2.1",
"nyc": "^10.0.0",
"webpack": "^1.13.1"
"ava": {
"require": [
"babel-core/register",
"./test/helpers/setup-browser-env.js"
]
},

@@ -47,8 +38,29 @@ "babel": {

},
"ava": {
"require": [
"babel-core/register",
"./test/helpers/setup-browser-env.js"
]
"eslintConfig": {
"extends": "better-standard",
"rules": {
"max-len": [
"error",
{
"code": 120
}
]
}
},
"devDependencies": {
"ava": "^0.20.0",
"axios": "^0.16.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^4.1.0",
"eslint-config-better-standard": "^0.0.1",
"express": "^4.14.0",
"jsdom": "^9.2.1",
"nyc": "^11.0.2",
"webpack": "^1.13.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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