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

@cycle-robot-drivers/action

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle-robot-drivers/action - npm Package Compare versions

Comparing version 0.0.8 to 0.0.10

8

package.json
{
"name": "@cycle-robot-drivers/action",
"version": "0.0.8",
"description": "",
"repository": "",
"version": "0.0.10",
"description": "Type definitions and utility functions for cycle-robot-drivers",
"author": "Michael Jae-Yoon Chung",
"license": "MIT",
"bugs": "https://github.com/mjyc/cycle-robot-drivers/issues",
"repository": "https://github.com/mjyc/cycle-robot-drivers/tree/master/action",
"main": "lib/cjs/index.js",

@@ -14,4 +15,5 @@ "module": "lib/es6/index.js",

"build:es6": "../node_modules/.bin/tsc --project tsconfig.json --module es6 --outDir lib/es6",
"build:doc": "../node_modules/.bin/markdox ./src/* -o api.md && cat ../docs/readmes/${PWD##*/}.md api.md > README.md && rm api.md",
"test": "../node_modules/.bin/jest --config ../jest.config.common.js --rootDir ./"
}
}

@@ -0,3 +1,19 @@

<!-- This README.md is automatically generated. Edit the JSDoc comments in source code or the md files in docs/readmes/. -->
# @cycle-robot-drivers/action
[Type definitions](./src/types.ts) and [utility functions](./src/utils.ts) for [cycle-robot-drivers](../).
<!-- Start src/index.ts -->
<!-- End src/index.ts -->
<!-- Start src/types.ts -->
<!-- End src/types.ts -->
<!-- Start src/utils.ts -->
<!-- End src/utils.ts -->
import {Goal, GoalID} from './types'
export function generateGoalID(): GoalID {

@@ -5,0 +4,0 @@ const now = new Date();

import {generateGoalID, isEqual} from '../src/utils'
describe('isEqual', () => {
test('returns true for two GoalIDs with the same property values', () => {
it('returns true for two GoalIDs with the same property values', () => {
const goalId1 = generateGoalID();

@@ -6,0 +6,0 @@ const goalId2 = {...goalId1};

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