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

@gov.au/core

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gov.au/core - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

lib/.DS_Store

20

package.json
{
"name": "@gov.au/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "The core module all UI-Kit modules depend on",

@@ -23,10 +23,15 @@ "keywords": [

"test:deps": "node ../../scripts/helper.js test",
"test": "npm run test:a11y && npm run test:deps",
"test": "npm-run-all --parallel test:*",
"prepublish": "npm run test:deps && node ../../scripts/helper.js precompile publish",
"build": "node ../../scripts/helper.js precompile compile",
"watch:js": "npm run build && onchange 'src/js/*.js' -- npm run build",
"watch:sass": "npm run build && onchange 'src/sass/*.scss' 'tests/site/*.scss' -- npm run build",
"serve": "browser-sync start --server --startPath 'tests/site' --files 'tests/site/*.html, tests/site/*.css, tests/site/*.js'",
"watch": "npm-run-all --parallel serve watch:*"
"build:js": "node ../../scripts/helper.js precompile compile",
"build": "npm-run-all --parallel build:*",
"serve": "browser-sync start --server --startPath 'tests/' --files 'tests/**/*.html, tests/**/*.css, tests/**/*.js'",
"watch:js": "onchange 'src/js/*.js' -- npm run build:js",
"watch:jsx": "onchange 'src/js/react.js' 'tests/react/index.js' -- npm run build",
"watch:sass": "onchange 'src/sass/*.scss' 'tests/site/test.scss' -- npm run build",
"watch": "npm run build && npm-run-all --parallel serve watch:*"
},

@@ -47,2 +52,3 @@ "pancake": {

"@gov.au/pancake": "~1",
"@gov.au/pancake-sass": "~1",

@@ -49,0 +55,0 @@ "sass-versioning": "^0.2.2"

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