New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

referencejs

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

referencejs - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+6
-0
.travis.yml

@@ -5,1 +5,7 @@ language: node_js

- '7'
script:
- npm run lint
- npm run flow
- npm test
- npm run build
+9
-3
{
"name": "referencejs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Easily create, update, and manipulate references to values in a JSON document.",
"main": "index.js",
"main": "lib/reference.js",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"build": "babel src -d lib",
"test": "karma start config/karma.conf.js",

@@ -16,2 +16,7 @@ "test:dev": "TEST_PROFILE=dev karma start config/karma.conf.js",

"license": "MIT",
"keywords": ["reference"],
"repository": {
"type": "git",
"url": "https://github.com/mindblight/referencejs.git"
},
"dependencies": {

@@ -21,2 +26,3 @@ "lodash": "^4.17.4"

"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",

@@ -23,0 +29,0 @@ "babel-eslint": "^7.2.1",