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

@oddcamp/js-utils

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oddcamp/js-utils - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

30

package.json
{
"name": "@oddcamp/js-utils",
"version": "1.1.3",
"version": "1.1.4",
"description": "Odd Camp's JavaScript utilities",

@@ -8,7 +8,6 @@ "license": "MIT",

"main": "",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"dev": "gulp",
"dev": "concurrently --kill-others \"yarn demo\" \"yarn watch\"",
"demo": "node ./server.js",
"watch": "esw ./src --watch --color",
"lint-js": "eslint ./src --ext js",

@@ -26,3 +25,4 @@ "format-js": "eslint ./src --ext js --fix"

"devDependencies": {
"child_process": "^1.0.2",
"babel-eslint": "^10.1.0",
"concurrently": "^6.2.2",
"eslint": "^7.32.0",

@@ -32,4 +32,4 @@ "eslint-config-google": "^0.14.0",

"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^6.0.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-html-erb": "^1.0.1",

@@ -39,13 +39,9 @@ "eslint-plugin-import": "^2.24.2",

"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.26.0",
"eslint-watch": "^7.0.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-spawn": "^1.0.0",
"path": "^0.12.7"
"path": "^0.12.7",
"prettier": "^2.4.1"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"prettier": "^2.4.0"
}
"dependencies": {}
}

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