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

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
6
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viamrobotics/prime-core - npm Package Compare versions

Comparing version 0.0.52 to 0.0.53

dist/__tests__/code-snippet.spec.d.ts

2

dist/index.d.ts

@@ -7,2 +7,3 @@ export { default as Badge } from './badge.svelte';

export { clickOutside } from './click-outside';
export { default as CodeSnippet } from './code-snippet.svelte';
export { default as Icon } from './icon/icon.svelte';

@@ -18,2 +19,3 @@ export type { IconName } from './icon/icons';

export { default as ToggleButtons } from './toggle-buttons.svelte';
export { useTimeout } from './use-timeout';
export { uniqueId } from './unique-id';

@@ -20,0 +22,0 @@ export { persisted } from './persisted';

@@ -7,2 +7,3 @@ export { default as Badge } from './badge.svelte';

export { clickOutside } from './click-outside';
export { default as CodeSnippet } from './code-snippet.svelte';
export { default as Icon } from './icon/icon.svelte';

@@ -17,2 +18,3 @@ export { default as Label } from './label.svelte';

export { default as ToggleButtons } from './toggle-buttons.svelte';
export { useTimeout } from './use-timeout';
export { uniqueId } from './unique-id';

@@ -19,0 +21,0 @@ export { persisted } from './persisted';

7

package.json
{
"name": "@viamrobotics/prime-core",
"version": "0.0.52",
"version": "0.0.53",
"publishConfig": {

@@ -29,3 +29,5 @@ "access": "public"

"lodash": "^4.17.21",
"nanoid": "^4.0.2"
"nanoid": "^4.0.2",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0"
},

@@ -42,2 +44,3 @@ "devDependencies": {

"@types/lodash": "^4.14.197",
"@types/prismjs": "^1.26.0",
"@types/testing-library__jest-dom": "^5.14.9",

@@ -44,0 +47,0 @@ "@typescript-eslint/eslint-plugin": "^6.7.0",

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