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

antengo-listings

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antengo-listings - npm Package Compare versions

Comparing version 1.0.18 to 2.0.0

mochacfg.js

16

package.json
{
"name": "antengo-listings",
"version": "1.0.18",
"version": "2.0.0",
"description": "React module to render listings",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -Rf dist && webpack"
"test": "NODE_ENV=test && mocha './src/**/*.spec.js' --compilers js:babel-core/register,png:./mochacfg.js",
"start": "NODE_ENV=dev && webpack-dev-server",
"build": "rm -Rf dist && NODE_ENV=release webpack"
},

@@ -13,4 +14,4 @@ "author": "",

"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2"
"react": "^15.1.0",
"react-dom": "^15.1.0"
},

@@ -29,4 +30,7 @@ "devDependencies": {

"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
"webpack-dev-server": "^1.14.1",
"expect": "^1.20.1",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.0.2"
}
}

Sorry, the diff of this file is too big to display

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