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

arc-theme

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-theme - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

dist/index.js

46

package.json
{
"name": "arc-theme",
"version": "0.2.1",
"version": "0.2.2",
"description": "ARc theming utilities and resources",
"license": "MIT",
"repository": "diegohaz/arc-theme",
"main": "dist/index.js",
"author": {

@@ -15,12 +16,22 @@ "name": "Diego Haz",

},
"files": [
"dist"
],
"scripts": {
"test": "xo && nyc ava",
"test": "jest",
"lint": "eslint src test",
"coverage": "npm test -- --coverage && opn coverage/lcov-report/index.html",
"clean": "del dist",
"prebuild": "npm run clean",
"build": "babel src -d dist",
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"prepublish": "npm run lint && npm test && npm run build",
"postpublish": "git push origin master --follow-tags"
},
"files": [
"index.js"
],
"jest": {
"testRegex": "/test/.*",
"testEnvironment": "node"
},
"keywords": [

@@ -34,16 +45,15 @@ "arc",

"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.12",
"nyc": "^10.0.0",
"xo": "^0.17.0"
},
"xo": {
"esnext": true
},
"nyc": {
"reporter": [
"lcov",
"text"
]
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"del-cli": "^0.2.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"jest-cli": "^18.1.0",
"opn-cli": "^3.1.0"
}
}
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