New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@transferwise/neptune-css

Package Overview
Dependencies
Maintainers
1
Versions
993
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/neptune-css - npm Package Compare versions

Comparing version 0.5.6 to 0.6.0

dist/fonts/TW-Averta-Bold.otf

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# v0.6.0
## Changed build process.
# v0.5.6

@@ -2,0 +5,0 @@ ## Level up Blocks component

41

package.json
{
"name": "@transferwise/neptune-css",
"description": "Neptune CSS is TransferWise's Design System CSS library",
"version": "0.5.6",
"version": "0.6.0",
"license": "MIT",

@@ -17,3 +17,10 @@ "repository": {

"test": "echo 'No tests defined'",
"build": "rm -rf dist && node scripts/build.js && rm -rf dist/*.js",
"build": "npm-run-all build:*",
"build:clean": "rm -rf dist",
"build:copy-assets": "npm-run-all --parallel copy:*",
"build:less-compiler": "gulp lessCompiler",
"dev": "yarn build && npm-run-all dev:*",
"dev:less-watcher": "gulp lessWatcher",
"copy:images": "cpx 'src/img/**' dist/img",
"copy:fonts": "cpx 'src/fonts/*' dist/fonts",
"pre-release-check": "release-to-github-with-changelog-pre-release-checks",

@@ -25,3 +32,3 @@ "release-to-github": "release-to-github-with-changelog"

"not dead",
"not ie <= 11",
"not ie < 11",
"not op_mini all"

@@ -31,24 +38,22 @@ ],

"@transferwise/icons": "^0.14.0",
"bootstrap": "transferwise/bootstrap",
"bootstrap": "github:transferwise/bootstrap#v5.18.15",
"transferwise-iconfont": "transferwise/iconfont"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"fs-extra": "^8.0.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"cpx": "^1.5.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-dependents": "^1.2.3",
"npm-run-all": "^4.1.5",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.0.2",
"postcss-loader": "^3.0.0",
"react-dev-utils": "^9.0.1",
"release-to-github-with-changelog": "^1.2.2",
"style-loader": "^1.0.0",
"webpack": "^4.33.0"
"postcss-import": "^12.0.1",
"release-to-github-with-changelog": "^1.2.2"
}
}

@@ -26,1 +26,7 @@ # Neptune CSS 🔱

[CONTRIBUTING.md](https://github.com/transferwise/neptune-css/blob/master/CONTRIBUTING.md)
### Spin up dev environment
- `npm run dev`
This command will generate the intial build and add a watcher to the less files. The first iterations won't be cached and will be slower but after the firsts one only affected files and dependent will be updated.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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