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

@snaplet/copycat

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snaplet/copycat - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

46

dist/copycat.test.js

@@ -32,8 +32,8 @@ var import_testutils = require("./testutils");

false,
true,
false,
false,
false,
false,
false,
false,
true,
true,
true,
],

@@ -304,2 +304,40 @@ "char": Array [

],
"someOf": Array [
Array [
"paper",
],
Array [
"rock",
"paper",
],
Array [
"scissors",
"rock",
],
Array [
"rock",
"paper",
],
Array [
"scissors",
"rock",
],
Array [
"rock",
],
Array [
"paper",
"rock",
],
Array [
"rock",
],
Array [
"paper",
],
Array [
"paper",
"rock",
],
],
"streetAddress": Array [

@@ -306,0 +344,0 @@ "246 Fabian Mountains",

@@ -14,4 +14,5 @@ import fictional from 'fictional';

export declare const oneOf: fictional.OneOf;
export declare const someOf: fictional.SomeOf;
export declare const times: fictional.Times;
export declare const hex: (input: Input) => string;
//# sourceMappingURL=primitives.d.ts.map

@@ -33,2 +33,3 @@ var __create = Object.create;

sentence: () => sentence,
someOf: () => someOf,
times: () => times,

@@ -60,2 +61,3 @@ word: () => word,

const oneOf = import_fictional.default.oneOf;
const someOf = import_fictional.default.someOf;
const times = import_fictional.default.times;

@@ -78,2 +80,3 @@ const hex = (input) => int(input, {

sentence,
someOf,
times,

@@ -80,0 +83,0 @@ word,

@@ -44,2 +44,3 @@ var __defProp = Object.defineProperty;

oneOf: (input) => import__.copycat.oneOf(input, ["red", "green", "blue"]),
someOf: (input) => import__.copycat.someOf(input, [1, 2], ["rock", "paper", "scissors"]),
scramble: (input) => import__.copycat.scramble(import__.copycat.fullName(input))

@@ -46,0 +47,0 @@ });

2

package.json
{
"name": "@snaplet/copycat",
"version": "0.9.0",
"version": "0.9.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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