Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "swup", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Css animating between website pages.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"compile": "babel --presets es2015,stage-0 -d lib/ src/", | ||
"prepublish": "npm run compile" | ||
}, | ||
"author": "Georgy Marchuk", | ||
"license": "MIT", | ||
"repository" : | ||
{ | ||
"type" : "git", | ||
"url" : "https://github.com/gmrchk/swup.git" | ||
} | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gmrchk/swup.git" | ||
}, | ||
"dependencies": { | ||
"delegate": "^3.1.3", | ||
"enquire.js": "^2.1.6" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83374
26
654
2
3
1
+ Addeddelegate@^3.1.3
+ Addedenquire.js@^2.1.6
+ Addeddelegate@3.2.0(transitive)
+ Addedenquire.js@2.1.6(transitive)